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:
parent
89cf75b8c6
commit
6a06ddd247
@ -4220,7 +4220,7 @@ similar to struct in Python or pack and unpack in Perl.")
|
|||||||
(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 @@ similar to struct in Python or pack and unpack in Perl.")
|
|||||||
(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
|
||||||
|
Loading…
Reference in New Issue
Block a user