diff options
author | EuAndreh <eu@euandre.org> | 2021-02-08 21:56:04 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-08 21:56:04 -0300 |
commit | e4cf059d2f5b1f3396df7facfb5440c6eaea6787 (patch) | |
tree | 28e7bf22a06e3fd8e5676864366c71e904b30804 | |
parent | Add .gitignore (diff) | |
download | package-repository-e4cf059d2f5b1f3396df7facfb5440c6eaea6787.tar.gz package-repository-e4cf059d2f5b1f3396df7facfb5440c6eaea6787.tar.xz |
euandreh.scm: Add long-description
-rw-r--r-- | src/xyz/euandreh/packages/euandreh.scm | 2 |
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+))) |