guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: rgbds: Update source URI.


From: guix-commits
Subject: 06/06: gnu: rgbds: Update source URI.
Date: Sun, 8 Nov 2020 15:44:46 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 465ef8f12b182be7381ecf2fb7781f7f1923ddd5
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 8 22:39:15 2020 +0200

    gnu: rgbds: Update source URI.
    
    * gnu/packages/assembly.scm (rgbds)[source, home-page]: Update to new URI.
---
 gnu/packages/assembly.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index 12954c9..7cd45cc 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -265,7 +265,7 @@ runtime")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://github.com/rednex/rgbds";)
+                    (url "https://github.com/gbdev/rgbds";)
                     (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
@@ -292,7 +292,7 @@ runtime")
        ("util-linux" ,util-linux)))
     (inputs
      `(("libpng" ,libpng)))
-    (home-page "https://github.com/rednex/rgbds";)
+    (home-page "https://github.com/gbdev/rgbds";)
     (synopsis "Rednex Game Boy Development System")
     (description
      "RGBDS (Rednex Game Boy Development System) is an assembler/linker



reply via email to

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