gnu: guile-laesare: Use source from Gitlab.
* gnu/packages/guile-xyz.scm (guile-laesare) [source]: Use source from Gitlab. [home-page]: Use source from Gitlab. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
6a06ddd247
commit
ae5ea1ec1c
1 changed files with 2 additions and 2 deletions
|
@ -4268,7 +4268,7 @@ object formats and related areas.")
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/weinholt/laesare")
|
(url "https://gitlab.com/weinholt/laesare")
|
||||||
(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
|
||||||
|
@ -4297,7 +4297,7 @@ object formats and related areas.")
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list guile-3.0))
|
(list guile-3.0))
|
||||||
(home-page "https://github.com/weinholt/laesare")
|
(home-page "https://gitlab.com/weinholt/laesare")
|
||||||
(synopsis "R6RS Scheme library that provides a reader")
|
(synopsis "R6RS Scheme library that provides a reader")
|
||||||
(description
|
(description
|
||||||
"This is an R6RS Scheme library that provides a reader with some extra
|
"This is an R6RS Scheme library that provides a reader with some extra
|
||||||
|
|
Reference in a new issue