[PATCH] gnu: ntk, non-sequencer: Replace broken giturls from non.tuxfamily.org with github mirrors

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Sughosha
Owner
unassigned
Submitted by
Sughosha
Severity
normal
S
S
Sughosha wrote on 23 Feb 2022 11:57
(address . guix-patches@gnu.org)(name . Sughosha)(address . sughosha@disroot.org)
20220223105726.20341-1-sughosha@disroot.org
---
gnu/packages/fltk.scm | 2 +-
gnu/packages/music.scm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Toggle diff (28 lines)
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
L
L
Leo Famulari wrote on 23 Feb 2022 16:08
(name . Sughosha via Guix-patches via)(address . guix-patches@gnu.org)
YhZN3iPSpgTUohaW@jasmine.lan
On Wed, Feb 23, 2022 at 04:27:26PM +0530, Sughosha via Guix-patches via wrote:
Toggle quote (16 lines)
> ---
> 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")

Can you confirm this change is correct? It seems strange to change it
from fltk.git to ntk.git, right?
S
S
Sughosha wrote on 23 Feb 2022 18:23
(address . 54125@debbugs.gnu.org)
330500c4416a7644f6100c7234a223f5a0297431.camel@disroot.org
Yes, I confirm. NTK is Non's fork of FLTK. This github mirror is
unofficial but it's read-only mirror of the same and the checksum
matches properly as it was (hasn't changd in this patch). Even Arch
Linux uses this mirror in its repository now (see
Toggle quote (1 lines)
>).
S
S
Sughosha wrote on 1 Nov 2023 07:55
(address . control@debbugs.gnu.org)
23B9B449-68B0-4F7B-9CCC-5DB61C38BD76@disroot.org
close 54125
quit
Attachment: file
?