diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-11-25 16:55:35 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-11-25 16:55:35 +0100 |
commit | 52bda18abf6e24b1f49c00e3a7523ee61f25439b (patch) | |
tree | b78c5f969d6949bdb1bcc09ebf03ca50f221dfd1 | |
parent | 0b3651bc9321c7292e0409384a8e9aaa82b1e057 (diff) | |
download | guix-52bda18abf6e24b1f49c00e3a7523ee61f25439b.tar guix-52bda18abf6e24b1f49c00e3a7523ee61f25439b.tar.gz |
packages: Add missing export.
* guix/packages.scm: Export `package-home-page'.
-rw-r--r-- | guix/packages.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/packages.scm b/guix/packages.scm index 23761f4101..f7e3f21337 100644 --- a/guix/packages.scm +++ b/guix/packages.scm @@ -50,6 +50,7 @@ package-synopsis package-description package-license + package-home-page package-platforms package-maintainers package-properties |