Skip to content

Commit 8442950

Browse files
author
Prakash Surya
authored
TOOL-13593 Use "openzfs" instead of "zfsonlinux" for upstream URL (#231)
The "zfsonlinux" GitHub project was moved to "openzfs" a while back, so we should reflect that in our upstream URL for the ZFS package. It seems like the old URL still works, and automatically redirects to the new URL, so this isn't strictly required.
1 parent 313fb41 commit 8442950

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/zfs/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
DEFAULT_PACKAGE_GIT_URL="https://github.com/delphix/zfs.git"
2020
PACKAGE_DEPENDENCIES="@linux-kernel delphix-rust"
2121

22-
UPSTREAM_GIT_URL="https://github.com/zfsonlinux/zfs.git"
22+
UPSTREAM_GIT_URL="https://github.com/openzfs/zfs.git"
2323
UPSTREAM_GIT_BRANCH="master"
2424

2525
function prepare() {

0 commit comments

Comments
 (0)