guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: gnu: guile-machine-code: Use source from Gitlab.


From: guix-commits
Subject: 04/06: gnu: guile-machine-code: 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 6a06ddd247526f7e8425d9f052549072b78466f5
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Sat Aug 13 13:42:38 2022 +0800

    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>
---
 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 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]