diff options
author | tcely <tcely@users.noreply.github.com> | 2019-04-29 15:31:23 -0400 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-10 19:25:18 +0000 |
commit | dd62370811166385acdd8983329f7feed272eee1 (patch) | |
tree | 404942ebe14dbff7c0d5dda70e6f6c9ff22463ab | |
parent | d2516fca31b9daab30fac20091ef1b7c0edec2fb (diff) | |
download | aports-dd62370811166385acdd8983329f7feed272eee1.tar.bz2 aports-dd62370811166385acdd8983329f7feed272eee1.tar.xz |
community/quassel: fix license
Closes GH-7438
-rw-r--r-- | community/quassel/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/quassel/APKBUILD b/community/quassel/APKBUILD index 0eec79ede8..c5f5316adc 100644 --- a/community/quassel/APKBUILD +++ b/community/quassel/APKBUILD @@ -6,7 +6,7 @@ pkgrel=3 url="https://www.quassel-irc.org/" pkgdesc="Distributed IRC client - metapackage" arch="all" -license="GPL" +license="GPL-2.0-or-later" options="!check" install="$pkgname-core.pre-install" pkgusers="quassel" |