aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xyz/euandreh/packages/euandreh.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xyz/euandreh/packages/euandreh.scm b/src/xyz/euandreh/packages/euandreh.scm
index cd9778f..d50ba91 100644
--- a/src/xyz/euandreh/packages/euandreh.scm
+++ b/src/xyz/euandreh/packages/euandreh.scm
@@ -40,7 +40,7 @@
;; the `gnu-build-system' doesn't provide a c99 variable
(arguments `(#:make-flags (list (string-append "CC=" ,(cc-for-target)))))
(synopsis (file-append source "/description"))
- (description "FIXME")
+ (description (file-append source "/long-description"))
(home-page (string-append "https://" name ".euandreh.xyz"))
(license license:agpl3+)))