diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-09-19 14:40:41 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-09-19 14:43:44 +0200 |
commit | f1c1367bb7d7b933180422fa083a5a206039a60c (patch) | |
tree | 3ae6b4a2ab451a67c654dbb3997270a4f94470c7 /main | |
parent | fb71138718c4dd6eb2736221f439c0d09cee2773 (diff) | |
download | aports-f1c1367bb7d7b933180422fa083a5a206039a60c.tar.bz2 aports-f1c1367bb7d7b933180422fa083a5a206039a60c.tar.xz |
main/xbanish: clarify license
Diffstat (limited to 'main')
-rw-r--r-- | main/xbanish/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/xbanish/APKBUILD b/main/xbanish/APKBUILD index b41bacf135..e2f8034c62 100644 --- a/main/xbanish/APKBUILD +++ b/main/xbanish/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Banish the mouse cursor when typing, show it again when the mouse moves" url="https://github.com/jcs/xbanish" arch="all" -license="BSD" +license="BSD-3-Clause" depends="" depends_dev="" makedepends="libx11-dev libxt-dev libxfixes-dev libxi-dev" |