gnu: zfs: Update source URI.
* gnu/packages/file-systems.scm (zfs)[source]: Update to new upstream URI.
This commit is contained in:
parent
cff43aa2fd
commit
bcde6cdaf2
1 changed files with 1 additions and 1 deletions
|
@ -1176,7 +1176,7 @@ with the included @command{xfstests-check} helper.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/zfsonlinux/zfs/releases"
|
(uri (string-append "https://github.com/openzfs/zfs/releases"
|
||||||
"/download/zfs-" version
|
"/download/zfs-" version
|
||||||
"/zfs-" version ".tar.gz"))
|
"/zfs-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
|
|
Reference in a new issue