diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-08-02 18:54:13 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-08-02 18:54:13 +0300 |
commit | bcde6cdaf24d258a917669299957b9fb2c84e1df (patch) | |
tree | 7f9431c2da12fa46fec23e7edb8d0ef6a8eaed0a /gnu/packages | |
parent | cff43aa2fd62b64afaa3b4e8c5f7d0c8173e0bcf (diff) |
gnu: zfs: Update source URI.
* gnu/packages/file-systems.scm (zfs)[source]: Update to new upstream URI.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/file-systems.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index 36efe1a2c1..8da2714cfd 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 |