diff options
author | Foo Chuan Wei <chuanwei.foo@hotmail.com> | 2021-12-11 08:07:58 +0000 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-12-11 11:29:09 +0100 |
commit | 0e14da54754fd80c24777281ec940024529ed8f2 (patch) | |
tree | d73e73c1a4b673b653e42274085b68b42127fc0d /gnu | |
parent | acf44174c9002b1860beda5619170e5cbae9bb5e (diff) | |
download | guix-0e14da54754fd80c24777281ec940024529ed8f2.tar guix-0e14da54754fd80c24777281ec940024529ed8f2.tar.gz |
gnu: sbcl-mgl-pax: Update home page.
* gnu/packages/lisp-xyz.scm (sbcl-mgl-pax)[home-page]: Update home page.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index a7e50cd9fd..8668a12078 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -2187,7 +2187,7 @@ With the simplistic tools provided, one may accomplish similar effects as with Literate Programming, but documentation is generated from code, not vice versa and there is no support for chunking yet. Code is first, code must look pretty, documentation is code.") - (home-page "http://quotenil.com/") + (home-page "https://melisgl.github.io/mgl-pax/") (license license:expat)))) (define-public cl-mgl-pax |