guix-commits
[Top][All Lists]
Advanced

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

09/13: gnu: guile2.0-bash: Update source & home page URI.


From: guix-commits
Subject: 09/13: gnu: guile2.0-bash: Update source & home page URI.
Date: Sat, 20 Aug 2022 20:59:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit acb38e3fdb19d58f93c071670ed3a92eca63b3ff
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 17 02:00:06 2022 +0200

    gnu: guile2.0-bash: Update source & home page URI.
    
    * gnu/packages/guile-xyz.scm (guile2.0-bash)[home-page]: Use working URL.
    [source]: Likewise, and don't re-use HOME-PAGE.
---
 gnu/packages/guile-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 72b4b87d44..a032824ca1 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -417,13 +417,11 @@ dictionary and suggesting spelling corrections.")
     (package
       (name "guile2.0-bash")
       (version (string-append "0.1.6-" revision "." (string-take commit 7)))
-      (home-page
-       
"https://anonscm.debian.org/cgit/users/kaction-guest/retired/dev.guile-bash.git";)
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
                       (commit commit)
-                      (url home-page)))
+                      (url "https://git.sr.ht/~kaction/guile-bash";)))
                 (sha256
                  (base32
                   "097vny990wp2qpjij6a5a5gwc6fxzg5wk56inhy18iki5v6pif1p"))
@@ -454,6 +452,7 @@ dictionary and suggesting spelling corrections.")
                        ("bash-full" ,bash)))
       (inputs `(("guile" ,guile-2.0)
                 ("bash:include" ,bash "include")))
+      (home-page "https://git.sr.ht/~kaction/guile-bash";)
       (synopsis "Extend Bash using Guile")
       (description
        "Guile-Bash provides a shared library and set of Guile modules,



reply via email to

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