guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: zfs: Update source URI.


From: guix-commits
Subject: 02/02: gnu: zfs: Update source URI.
Date: Mon, 2 Aug 2021 12:00:53 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit bcde6cdaf24d258a917669299957b9fb2c84e1df
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Aug 2 18:54:13 2021 +0300

    gnu: zfs: Update source URI.
    
    * gnu/packages/file-systems.scm (zfs)[source]: Update to new upstream URI.
---
 gnu/packages/file-systems.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 36efe1a..8da2714 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -1176,7 +1176,7 @@ with the included @command{xfstests-check} helper.")
     (source
       (origin
         (method url-fetch)
-          (uri (string-append "https://github.com/zfsonlinux/zfs/releases";
+          (uri (string-append "https://github.com/openzfs/zfs/releases";
                               "/download/zfs-" version
                               "/zfs-" version ".tar.gz"))
           (sha256



reply via email to

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