diff options
author | Brian Behlendorf <[email protected]> | 2011-10-17 16:40:38 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-10-17 16:42:50 -0700 |
commit | a49bc996897fb0f4c38ea6d3bbeafbe27dc82e72 (patch) | |
tree | caacc86e1fac8cf9dae21dd3d79a276ad1db3683 /spl-modules.spec.in | |
parent | ecc39810077bbf3836fe9be0800c0d7668e33fc4 (diff) |
Fix package URLs to use the github repository
The URL field in the spl-modules and spl package spec files were
updated to point to the ZFS on Linux repository hosted by github.
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'spl-modules.spec.in')
-rw-r--r-- | spl-modules.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spl-modules.spec.in b/spl-modules.spec.in index e02d6c255..aaef47899 100644 --- a/spl-modules.spec.in +++ b/spl-modules.spec.in @@ -180,7 +180,7 @@ Name: %{name} Version: %{version} Release: %{release} License: @LICENSE@ -URL: git://eris.llnl.gov/spl.git +URL: git://github.com/zfsonlinux/spl.git BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id} -un) Source: @PACKAGE@-%{version}.tar.gz %if %{defined krequires} |