diff options
author | Prakash Surya <[email protected]> | 2011-08-25 15:09:24 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-09-06 13:37:13 -0700 |
commit | 2e79a04a58bf85dbc18d420cc614100df0d1555a (patch) | |
tree | 21bd8fdbf92710b5f7d8958977a29722cfcd0042 /zfs-modules.spec.in | |
parent | 8366cd6a83ab76885c89f57285e13428e4644ac0 (diff) |
Fix package URLs to use the github repository
The URL field in the zfs-modules and zfs package spec files were
updated to point to the ZFS on Linux repository hosted by github.
Signed-off-by: Prakash Surya <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'zfs-modules.spec.in')
-rw-r--r-- | zfs-modules.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zfs-modules.spec.in b/zfs-modules.spec.in index 84d1d5280..9255d4eb7 100644 --- a/zfs-modules.spec.in +++ b/zfs-modules.spec.in @@ -213,7 +213,7 @@ Name: %{name} Version: %{version} Release: %{release} License: @LICENSE@ -URL: git://eris.llnl.gov/zfs.git +URL: git://github.com/zfsonlinux/zfs.git BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id} -un) Source: @PACKAGE@-%{version}.tar.gz %if %{defined krequires} |