summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-10-07 14:21:37 +0200
committerLudovic Courtès <ludo@gnu.org>2021-10-07 14:21:37 +0200
commitef93b238f64c1a27270cae78772b60d63088a026 (patch)
tree97f799aa3033649afa1322822954f11c15137457 /gnu
parent910b40060c5fc4d8d5f1867e3e66165850ccb6e9 (diff)
downloadguix-patches-ef93b238f64c1a27270cae78772b60d63088a026.tar
guix-patches-ef93b238f64c1a27270cae78772b60d63088a026.tar.gz
gnu: sbcl-golden-utils: Update source URL.
* gnu/packages/lisp-xyz.scm (sbcl-golden-utils)[home-page]: Update. [source]: Update URL.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/lisp-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 559d169496..8a64bfa8ee 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -204,11 +204,12 @@ implementation with no external dependencies.")
(package
(name "sbcl-golden-utils")
(version (git-version "0.0.0" revision commit))
+ (home-page "https://github.com/mfiano/mfiano-utils")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://git.mfiano.net/mfiano/golden-utils")
+ (url home-page)
(commit commit)))
(file-name (git-file-name "golden-utils" version))
(sha256
@@ -216,7 +217,6 @@ implementation with no external dependencies.")
(build-system asdf-build-system/sbcl)
(inputs
`(("alexandria" ,sbcl-alexandria)))
- (home-page "https://git.mfiano.net/mfiano/golden-utils")
(synopsis "Common Lisp utility library")
(description
"This is a Common Lisp library providing various utilities.")