GNU bug report logs - #54125
[PATCH] gnu: ntk, non-sequencer: Replace broken giturls from non.tuxfamily.org with github mirrors

Previous Next

Package: guix-patches;

Reported by: Sughosha <sughosha <at> disroot.org>

Date: Wed, 23 Feb 2022 11:28:02 UTC

Severity: normal

Tags: patch

Done: Sughosha <sughosha <at> disroot.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Sughosha <sughosha <at> disroot.org>
To: 54125 <at> debbugs.gnu.org
Cc: Sughosha <sughosha <at> disroot.org>
Subject: [bug#54125] [PATCH] gnu: ntk, non-sequencer: Replace broken giturls from non.tuxfamily.org with github mirrors
Date: Wed, 23 Feb 2022 16:27:26 +0530
---
 gnu/packages/fltk.scm  | 2 +-
 gnu/packages/music.scm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fltk.scm b/gnu/packages/fltk.scm
index dee77d6aa4..6ff5e409f1 100644
--- a/gnu/packages/fltk.scm
+++ b/gnu/packages/fltk.scm
@@ -104,7 +104,7 @@ (define-public ntk
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "git://git.tuxfamily.org/gitroot/non/fltk.git")
+                    (url "https://github.com/linuxaudio/ntk.git")
                     (commit (string-append "v" version))))
               (sha256
                (base32
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 090f8b938c..138200213d 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1756,7 +1756,7 @@ (define-public non-sequencer
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
-                      (url "git://git.tuxfamily.org/gitroot/non/non.git")
+                      (url "https://github.com/linuxaudio/non.git")
                       (commit commit)))
                 (sha256
                  (base32
-- 
2.34.0





This bug report was last modified 1 year and 206 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.