summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Janzic2019-10-27 21:22:06 +0100
committerJosip Janzic2019-10-27 21:22:06 +0100
commitc48ebf03d37f9a7c4bdd3a714fb8b802b4b7d254 (patch)
tree644875d80e987bfedaf53901bcb76ca555050518
parentac27d7d86dbba0cdc1d217250b58c28fe1f701d9 (diff)
downloadaur-c48ebf03d37f9a7c4bdd3a714fb8b802b4b7d254.tar.gz
Correct license
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82d7ae362385..a44965b1a35d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Lightweight GUI for MySQL with performance in mind"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'arm' 'aarch64')
url="https://github.com/janza/dibi"
-license=('MIT')
+license=('GPL3')
depends=('python-mysqlclient' 'python-pyqt5')
source=("${pkgname%-*}::git+https://github.com/janza/dibi.git")
sha1sums=("SKIP")