diff options
author | Zhu Zihao <all_but_last@163.com> | 2022-08-13 13:42:38 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2022-08-15 13:54:15 +0800 |
commit | 6a06ddd247526f7e8425d9f052549072b78466f5 (patch) | |
tree | 479c7fd44bce13dc0a4856a8f0aa632b7729ed86 /gnu/packages/guile-xyz.scm | |
parent | 89cf75b8c6f2bfc7ae395ce93669080ed846c3b5 (diff) | |
download | guix-6a06ddd247526f7e8425d9f052549072b78466f5.tar.gz |
gnu: guile-machine-code: Use source from Gitlab.
* gnu/packages/guile-xyz.scm (guile-machine-code) [source]: Use source from Gitlab. [home-page]: Use source from Gitlab. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/packages/guile-xyz.scm')
-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 c7724607a5..c058bef116 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -4220,7 +4220,7 @@ similar to struct in Python or pack and unpack in Perl.") (origin (method git-fetch) (uri (git-reference - (url "https://github.com/weinholt/machine-code") + (url "https://gitlab.com/weinholt/machine-code") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 @@ -4251,7 +4251,7 @@ similar to struct in Python or pack and unpack in Perl.") (list guile-3.0)) (propagated-inputs (list guile-struct-pack)) - (home-page "https://github.com/weinholt/machine-code") + (home-page "https://gitlab.com/weinholt/machine-code") (synopsis "Tools that relate to machine code and object formats") (description "This project is about the development of tools that relate to machine |