summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85450de9ea29..8bd7cbfd9907 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = keeweb-desktop-bin
url = https://keeweb.info
arch = i686
arch = x86_64
- license = GPL
+ license = MIT
depends = gconf
depends = libxss
provides = keeweb-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 1f694ef1a3bf..384e62aeb227 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=2
pkgdesc="Free cross-platform password manager compatible with KeePass"
arch=("i686" "x86_64")
url="https://keeweb.info"
-license=("GPL")
+license=("MIT")
depends=("gconf" "libxss")
provides=("keeweb-desktop")
conflicts=("keeweb-desktop" "keeweb" "keeweb-bin" "keeweb-git")