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

* [bug#54125] [PATCH] gnu: ntk, non-sequencer: Replace broken giturls from non.tuxfamily.org with github mirrors
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2022-02-23 15:08 UTC (permalink / raw)
  To: 54125; +Cc: sughosha

On Wed, Feb 23, 2022 at 04:27:26PM +0530, Sughosha via Guix-patches via wrote:
> ---
>  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?




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

* [bug#54125] [PATCH] gnu: ntk, non-sequencer: Replace broken giturls from non.tuxfamily.org with github mirrors
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Sughosha via Guix-patches via @ 2022-02-23 17:23 UTC (permalink / raw)
  To: 54125

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
here:<https://github.com/archlinux/svntogit-community/blob/packages/ntk/trunk/PKGBUILD#L15
>).




^ permalink raw reply	[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.