glv pushed a commit to branch master
in repository guix.

commit d24881e4ebc587cf6a6fe1e3fd670965ede2e044
Author: Guillaume Le Vaillant <g...@posteo.net>
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 <jul...@lepiller.eu>
 ;;; Copyright © 2019 Jesse Gibbons <jgibbons2357+g...@gmail.com>
 ;;; Copyright © 2019 Dan Frumin <dfru...@cs.ru.nl>
-;;; Copyright © 2019 Guillaume Le Vaillant <g...@posteo.net>
+;;; Copyright © 2019, 2020 Guillaume Le Vaillant <g...@posteo.net>
 ;;; Copyright © 2019, 2020 Timotej Lazar <timotej.la...@araneo.si>
 ;;; Copyright © 2019 Josh Holland <j...@inv.alid.pw>
 ;;; Copyright © 2017, 2019 Hartmut Goebel <h.goe...@crazy-compilers.com>
@@ -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