diff options
author | fcll <fcool@runbox.com> | 2017-02-12 02:34:32 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-14 22:42:00 +0100 |
commit | 0ed3f92cc8faa81c77df08d37db5b86a2f06f722 (patch) | |
tree | 4695343bec0d77d2be5f6e453f67782757733c62 /x11-misc/urxvtconfig | |
parent | media-video/mpv: remove old (diff) | |
download | gentoo-0ed3f92cc8faa81c77df08d37db5b86a2f06f722.tar.gz gentoo-0ed3f92cc8faa81c77df08d37db5b86a2f06f722.tar.bz2 gentoo-0ed3f92cc8faa81c77df08d37db5b86a2f06f722.zip |
x11-misc/urxvtconfig: fix license as per upstream
Closes: https://github.com/gentoo/gentoo/pull/3924
Diffstat (limited to 'x11-misc/urxvtconfig')
-rw-r--r-- | x11-misc/urxvtconfig/urxvtconfig-1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/urxvtconfig/urxvtconfig-1.0.ebuild b/x11-misc/urxvtconfig/urxvtconfig-1.0.ebuild index 88cb04af72e4..e0573b265ad0 100644 --- a/x11-misc/urxvtconfig/urxvtconfig-1.0.ebuild +++ b/x11-misc/urxvtconfig/urxvtconfig-1.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/daedreth/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.g KEYWORDS="~amd64 ~x86" SLOT="0" -LICENSE="GPL-2" +LICENSE="GPL-3" S="${WORKDIR}/${MY_PN}-${PV}" |