Update Guix package metadata.

This commit is contained in:
David Thompson 2015-08-08 09:28:02 -04:00
parent bb513b0935
commit ddf5b54171
1 changed files with 3 additions and 3 deletions

View File

@ -39,9 +39,9 @@
("automake" ,automake))) ("automake" ,automake)))
(inputs (inputs
`(("guile" ,guile-2.0))) `(("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 (description "Haunt is a static site generator written in Guile
Scheme. Haunt features a functional build system and an extensible Scheme. Haunt features a functional build system and an extensible
interface for reading site content in any format.") interface for reading articles in any format.")
(home-page "https://git.dthompson.us/haunt.git") (home-page "http://haunt.dthompson.us")
(license gpl3+)) (license gpl3+))