all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54125] [PATCH] gnu: ntk, non-sequencer: Replace broken giturls from non.tuxfamily.org with github mirrors
@ 2022-02-23 10:57 Sughosha via Guix-patches via
  2022-02-23 15:08 ` Leo Famulari
  2022-02-23 17:23 ` Sughosha via Guix-patches via
  0 siblings, 2 replies; 3+ messages in thread
From: Sughosha via Guix-patches via @ 2022-02-23 10:57 UTC (permalink / raw)
  To: 54125; +Cc: Sughosha

---
 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-23 19:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-23 10:57 [bug#54125] [PATCH] gnu: ntk, non-sequencer: Replace broken giturls from non.tuxfamily.org with github mirrors Sughosha via Guix-patches via
2022-02-23 15:08 ` Leo Famulari
2022-02-23 17:23 ` Sughosha via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.