diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2021-01-06 13:57:50 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-01-06 14:00:35 +0100 |
commit | 69c0526719fde3059acbc7a7f3ac039c87dd40f5 (patch) | |
tree | ceb62bcc30cc6c4904ab13a974a59bb69782b31c /gnu | |
parent | 288fe185e86763f5d18e2efe378b6c86c091fc6a (diff) | |
download | guix-69c0526719fde3059acbc7a7f3ac039c87dd40f5.tar.gz guix-69c0526719fde3059acbc7a7f3ac039c87dd40f5.zip |
gnu: sbcl-agnostic-lizard: Fix home-page.
* gnu/packages/lisp-xyz.scm (sbcl-agnostic-lizard)[home-page]: Fix it.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index dba124f912..82cfa677a9 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -14,7 +14,7 @@ ;;; Copyright © 2018, 2019 Pierre Langlois <pierre.langlois@gmx.com> ;;; Copyright © 2019, 2020 Katherine Cox-Buday <cox.katherine.e@gmail.com> ;;; Copyright © 2019 Jesse Gildersleve <jessejohngildersleve@protonmail.com> -;;; Copyright © 2019, 2020 Guillaume Le Vaillant <glv@posteo.net> +;;; Copyright © 2019, 2020, 2021 Guillaume Le Vaillant <glv@posteo.net> ;;; Copyright © 2019 Brett Gilio <brettg@gnu.org> ;;; Copyright © 2020 Konrad Hinsen <konrad.hinsen@fastmail.net> ;;; Copyright © 2020 Dimakis Dimakakos <me@bendersteed.tech> @@ -12863,7 +12863,7 @@ effort to be correct while not expecting much beyond what the Common Lisp standard requires. It aims to be implementation-agnostic and to climb the syntax trees.") - (home-page "https://github.com/glv2/cl-zstd") + (home-page "https://gitlab.common-lisp.net/mraskin/agnostic-lizard") (license license:gpl3+)))) (define-public cl-agnostic-lizard |