diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-03-31 18:37:40 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-03-31 20:12:07 +0200 |
commit | 61e37cfcad576b626dcd70296046d7686b2d1a8d (patch) | |
tree | 4abf556ee916957c6520bf61e21f866114f7deab /app-emacs | |
parent | dev-java/sun-jaf: stable 1.1.1-r1 for ppc64, bug #647510 (diff) | |
download | gentoo-61e37cfcad576b626dcd70296046d7686b2d1a8d.tar.gz gentoo-61e37cfcad576b626dcd70296046d7686b2d1a8d.tar.bz2 gentoo-61e37cfcad576b626dcd70296046d7686b2d1a8d.zip |
app-emacs/ghub: use correct LICENSE, thanks to ulm
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/ghub/ghub-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/ghub/ghub-2.0.0.ebuild b/app-emacs/ghub/ghub-2.0.0.ebuild index 4b577810fe60..86b8b246a84b 100644 --- a/app-emacs/ghub/ghub-2.0.0.ebuild +++ b/app-emacs/ghub/ghub-2.0.0.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="minuscule client library for the Github API" HOMEPAGE="https://magit.vc/manual/ghub" SRC_URI="https://github.com/magit/ghub/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" |