guix-commits
[Top][All Lists]
Advanced

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

01/18: gnu: ao: Update source URI.


From: guix-commits
Subject: 01/18: gnu: ao: Update source URI.
Date: Sat, 25 Jul 2020 12:49:14 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 9ff9a64dd19d6976a7f46549097d2e063dd34d85
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jul 25 11:35:50 2020 +0200

    gnu: ao: Update source URI.
    
    * gnu/packages/xiph.scm (ao)[source](uri): Adjust to current.
---
 gnu/packages/xiph.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index 7487858..fb3c064 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -201,7 +201,7 @@ work from the @code{speex} codec.")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://git.xiph.org/libao.git";)
+                    (url "https://gitlab.xiph.org/xiph/libao";)
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256



reply via email to

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