diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-08-08 09:28:02 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-08-08 09:28:02 -0400 |
commit | ddf5b5417179cbf3d8cd17601d88d064d52553d9 (patch) | |
tree | 55b43b9c6a8ff734db4ef900db0a38ad74f4c32d | |
parent | bb513b09354fba35ad16db562bd302e841265549 (diff) |
Update Guix package metadata.
-rw-r--r-- | package.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.scm b/package.scm index 7c8f25f..326dbe4 100644 --- a/package.scm +++ b/package.scm @@ -39,9 +39,9 @@ ("automake" ,automake))) (inputs `(("guile" ,guile-2.0))) - (synopsis "Functional, composable static site generator") + (synopsis "Functional static site generator") (description "Haunt is a static site generator written in Guile Scheme. Haunt features a functional build system and an extensible -interface for reading site content in any format.") - (home-page "https://git.dthompson.us/haunt.git") +interface for reading articles in any format.") + (home-page "http://haunt.dthompson.us") (license gpl3+)) |