[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: guile-laesare: Use source from Gitlab.
From: |
guix-commits |
Subject: |
05/06: gnu: guile-laesare: Use source from Gitlab. |
Date: |
Mon, 15 Aug 2022 01:57:14 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit ae5ea1ec1cb1d9cff3e8f896751976f2c2f722ff
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Sat Aug 13 13:42:51 2022 +0800
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>
---
gnu/packages/guile-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index c058bef116..4498255c89 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -4268,7 +4268,7 @@ object formats and related areas.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/weinholt/laesare")
+ (url "https://gitlab.com/weinholt/laesare")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
@@ -4297,7 +4297,7 @@ object formats and related areas.")
#t)))))
(native-inputs
(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")
(description
"This is an R6RS Scheme library that provides a reader with some extra
- branch master updated (94dc157ae4 -> 8fce5f0f0f), guix-commits, 2022/08/15
- 02/06: gnu: guile-packrat: Use source from Gitlab., guix-commits, 2022/08/15
- 06/06: gnu: guile-machine-code: Update to 2.2.0., guix-commits, 2022/08/15
- 01/06: gnu: guile-hashing: Use source from Gitlab., guix-commits, 2022/08/15
- 03/06: gnu: guile-struct-pack: Use source from Gitlab., guix-commits, 2022/08/15
- 04/06: gnu: guile-machine-code: Use source from Gitlab., guix-commits, 2022/08/15
- 05/06: gnu: guile-laesare: Use source from Gitlab.,
guix-commits <=