diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-10-15 08:58:52 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-10-15 08:58:52 +0000 |
commit | 0da5ab1247787e861b8f4abb2c89f133b99782d0 (patch) | |
tree | 9aaf9242d792cb0e9215493989c09ee8bacf03b4 /testing/ibus-anthy/APKBUILD | |
parent | ee2cf51b341baeac7bd290b1619142f5a0a5f2be (diff) | |
download | aports-0da5ab1247787e861b8f4abb2c89f133b99782d0.tar.bz2 aports-0da5ab1247787e861b8f4abb2c89f133b99782d0.tar.xz |
testing/ibus-anthy: correct license
Diffstat (limited to 'testing/ibus-anthy/APKBUILD')
-rw-r--r-- | testing/ibus-anthy/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ibus-anthy/APKBUILD b/testing/ibus-anthy/APKBUILD index a08730fee1..8fd05ffc3d 100644 --- a/testing/ibus-anthy/APKBUILD +++ b/testing/ibus-anthy/APKBUILD @@ -5,7 +5,7 @@ pkgrel=0 pkgdesc="Japanese input method Anthy IMEngine for IBus Framework" url="http://ibus.googlecode.com/" arch="all" -license="GPL-2.0" +license="GPL-2.0-only" depends="ibus anthy py-gobject3 gtk-update-icon-cache" makedepends=" m4 automake autoconf intltool gobject-introspection |