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>
This commit is contained in:
Zhu Zihao 2022-08-13 13:42:38 +08:00 committed by 宋文武
parent 89cf75b8c6
commit 6a06ddd247
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -4220,7 +4220,7 @@ (define-public guile-machine-code
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/weinholt/machine-code") (url "https://gitlab.com/weinholt/machine-code")
(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
@ -4251,7 +4251,7 @@ (define files
(list guile-3.0)) (list guile-3.0))
(propagated-inputs (propagated-inputs
(list guile-struct-pack)) (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") (synopsis "Tools that relate to machine code and object formats")
(description (description
"This project is about the development of tools that relate to machine "This project is about the development of tools that relate to machine