diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-12 02:01:44 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-12 02:22:33 +0100 |
commit | 55f4282e0ce4f7ab071ddd544ad9486d59e85292 (patch) | |
tree | 06359f515fe52684db1df6ab10d9ca6cf334414b /gnu/packages | |
parent | 1340ce2899acebf0ff5eec64c7db881497427016 (diff) | |
download | patches-55f4282e0ce4f7ab071ddd544ad9486d59e85292.tar patches-55f4282e0ce4f7ab071ddd544ad9486d59e85292.tar.gz |
gnu: guile-colorized: Move project home.
* gnu/packages/guile-xyz.scm (guile-colorized)[source, home-page]: Update.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/guile-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 60f3325e67..e758d44966 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -609,7 +609,7 @@ using Guile's foreign function interface.") (origin (method git-fetch) (uri (git-reference - (url "https://github.com/NalaGinrut/guile-colorized.git") + (url "https://gitlab.com/NalaGinrut/guile-colorized.git") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 @@ -617,7 +617,7 @@ using Guile's foreign function interface.") (build-system guile-build-system) (native-inputs `(("guile" ,guile-2.2))) - (home-page "https://github.com/NalaGinrut/guile-colorized") + (home-page "https://gitlab.com/NalaGinrut/guile-colorized") (synopsis "Colorized REPL for Guile") (description "Guile-colorized provides you with a colorized REPL for GNU Guile.") |