diff --git a/git-annex.spec b/git-annex.spec index 807e46f..ef87f9e 100644 --- a/git-annex.spec +++ b/git-annex.spec @@ -7,7 +7,7 @@ Version: 6.20180316 Release: 1%{?dist} Summary: Manage files with git, without checking their contents into git -License: GPLv3+ +License: AGPLv3+ Url: https://hackage.haskell.org/package/%{name} Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz # These are missing from tarball, as it's a bit minimal. @@ -188,7 +188,7 @@ popd %files -%license COPYRIGHT doc/license/GPL +%license COPYRIGHT doc/license/AGPL doc/license/GPL %doc README CHANGELOG %{_bindir}/%{name} %{_bindir}/%{name}-shell @@ -199,7 +199,7 @@ popd %if %{with ikiwiki} %files docs -%license doc/license/GPL +%license COPYRIGHT doc/license/AGPL doc/license/GPL %doc html/ %endif