guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: gnubg: Fix links.


From: guix-commits
Subject: 01/02: gnu: gnubg: Fix links.
Date: Wed, 15 Jan 2020 05:30:04 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit d24881e4ebc587cf6a6fe1e3fd670965ede2e044
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Wed Jan 15 10:52:26 2020 +0100

    gnu: gnubg: Fix links.
    
    The site at gnubg.org states that the software is now available at
    www.gnu.org/software/gnubg.
    
    * gnu/packages/games.scm (gnugb)[source]: Fix link.
      [home-page]: Likewise.
---
 gnu/packages/games.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 83e732a..209307d 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -42,7 +42,7 @@
 ;;; Copyright © 2019 Julien Lepiller <address@hidden>
 ;;; Copyright © 2019 Jesse Gibbons <address@hidden>
 ;;; Copyright © 2019 Dan Frumin <address@hidden>
-;;; Copyright © 2019 Guillaume Le Vaillant <address@hidden>
+;;; Copyright © 2019, 2020 Guillaume Le Vaillant <address@hidden>
 ;;; Copyright © 2019, 2020 Timotej Lazar <address@hidden>
 ;;; Copyright © 2019 Josh Holland <address@hidden>
 ;;; Copyright © 2017, 2019 Hartmut Goebel <address@hidden>
@@ -850,8 +850,8 @@ destroying an ancient book using a special wand.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append 
"http://files.gnubg.org/media/sources/gnubg-release-";
-                           version "-sources." "tar.gz"))
+       (uri (string-append "mirror://gnu/gnubg/gnubg-release-"
+                           version "-sources.tar.gz"))
        (sha256
         (base32
          "11xwhcli1h12k6rnhhyq4jphzrhfik7i8ah3k32pqw803460n6yf"))))
@@ -866,7 +866,7 @@ destroying an ancient book using a special wand.")
               ("libcanberra" ,libcanberra)))
     (native-inputs `(("python-2" ,python-2)
                      ("pkg-config" ,pkg-config)))
-    (home-page "http://gnubg.org";)
+    (home-page "https://www.gnu.org/software/gnubg/";)
     (synopsis "Backgammon game")
     (description "The GNU backgammon application (also known as \"gnubg\") can
 be used for playing, analyzing and teaching the game.  It has an advanced



reply via email to

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