diff options
author | Leo Famulari <leo@famulari.name> | 2017-07-01 15:24:28 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-07-01 15:25:21 -0400 |
commit | dc03f32dea6048f8a8f3955a752361e8b1a1b50d (patch) | |
tree | f527077e2fedfb025aa656f25ed5f7262c6fe9f1 /gnu | |
parent | b02469d298d84c665a1970f6462fe241cb4d2150 (diff) | |
download | patches-dc03f32dea6048f8a8f3955a752361e8b1a1b50d.tar patches-dc03f32dea6048f8a8f3955a752361e8b1a1b50d.tar.gz |
gnu: guile-git: Update source URL.
* gnu/packages/guile.scm (guile-git)[source]: Update URL.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/guile.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index cdb4fecebb..6bff343429 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -1787,7 +1787,7 @@ is not available for Guile 2.0.") (package (name "guile-git") (version (string-append "0.0-" revision "." (string-take commit 7))) - (home-page "https://gitlab.com/amirouche/guile-git") + (home-page "https://gitlab.com/guile-git/guile-git.git") (source (origin (method git-fetch) (uri (git-reference (url home-page) (commit commit))) |