mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -4220,7 +4220,7 @@ (define-public guile-machine-code
|
|||
(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 @@ (define files
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue