aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fpm/README.md5
-rw-r--r--fpm/fpm.toml8
2 files changed, 7 insertions, 6 deletions
diff --git a/fpm/README.md b/fpm/README.md
index e412d68..d993787 100644
--- a/fpm/README.md
+++ b/fpm/README.md
@@ -1,3 +1,4 @@
-# fpm
+# Fortran Package Manager
-My cool new project!
+This is the Fortran Package Manager, implemented in Fortran as an fpm package.
+Use fpm to build it.
diff --git a/fpm/fpm.toml b/fpm/fpm.toml
index 34a32ad..c07eeba 100644
--- a/fpm/fpm.toml
+++ b/fpm/fpm.toml
@@ -1,6 +1,6 @@
name = "fpm"
version = "0.1.0"
-license = "license"
-author = "Jane Doe"
-maintainer = "jane.doe@example.com"
-copyright = "2020 Jane Doe"
+license = "MIT"
+author = "fpm maintainers"
+maintainer = ""
+copyright = "2020 fpm contributors"