guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Update Zrythm Git URLs.


From: guix-commits
Subject: branch master updated: gnu: Update Zrythm Git URLs.
Date: Mon, 26 Jul 2021 04:27:53 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4831f4e  gnu: Update Zrythm Git URLs.
4831f4e is described below

commit 4831f4e8c9237c6a68cfdd6e8564e223870fac2f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jul 26 10:23:04 2021 +0200

    gnu: Update Zrythm Git URLs.
    
    * gnu/packages/audio.scm (libaudec, ztoolkit)[source, home-page]: Adjust to 
Gitea.
    * gnu/packages/music.scm (zplugins)[source]: Likewise.
---
 gnu/packages/audio.scm | 8 ++++----
 gnu/packages/music.scm | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 3939d4b..b9ac034 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -4912,7 +4912,7 @@ in the package.")
       (origin
         (method git-fetch)
         (uri (git-reference
-               (url "https://git.zrythm.org/git/libaudec";)
+               (url "https://git.zrythm.org/zrythm/libaudec";)
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
@@ -4933,7 +4933,7 @@ in the package.")
    (description "libaudec is a wrapper library over ffmpeg, sndfile and
 libsamplerate for reading and resampling audio files, based on Robin Gareus'
 @code{audio_decoder} code.")
-   (home-page "https://git.zrythm.org/cgit/libaudec";)
+   (home-page "https://git.zrythm.org/zrythm/libaudec";)
    (license license:agpl3+)))
 
 (define-public lv2lint
@@ -5012,7 +5012,7 @@ with the provided metadata and adhere to well-known best 
practices.")
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://git.zrythm.org/git/ztoolkit";)
+             (url "https://git.zrythm.org/zrythm/ztoolkit";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
@@ -5033,7 +5033,7 @@ the user and provides a high-level API for managing the 
UI and custom
 widgets.  ZToolkit is written in C and was created to be used for building
 audio plugin UIs, where the dependencies often need to be kept to a
 minimum.")
-    (home-page "https://git.zrythm.org/cgit/ztoolkit/";)
+    (home-page "https://git.zrythm.org/zrythm/ztoolkit";)
     (license license:agpl3+)))
 
 (define-public libinstpatch
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 7264c9c..dee17ac 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -6493,7 +6493,7 @@ as JACK standalone applications.")
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://git.zrythm.org/git/zplugins";)
+         (url "https://git.zrythm.org/zrythm/zplugins";)
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256



reply via email to

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