gnu: guile-colorized: Move project home.
* gnu/packages/guile-xyz.scm (guile-colorized)[source, home-page]: Update.
This commit is contained in:
parent
1340ce2899
commit
55f4282e0c
|
@ -609,7 +609,7 @@ using Guile's foreign function interface.")
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/NalaGinrut/guile-colorized.git")
|
(url "https://gitlab.com/NalaGinrut/guile-colorized.git")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -617,7 +617,7 @@ using Guile's foreign function interface.")
|
||||||
(build-system guile-build-system)
|
(build-system guile-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("guile" ,guile-2.2)))
|
`(("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")
|
(synopsis "Colorized REPL for Guile")
|
||||||
(description
|
(description
|
||||||
"Guile-colorized provides you with a colorized REPL for GNU Guile.")
|
"Guile-colorized provides you with a colorized REPL for GNU Guile.")
|
||||||
|
|
Loading…
Reference in New Issue