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 e656f5decde3..1f513120c84a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = zcoin-git
pkgrel = 1
url = https://github.com/zcoinofficial/zcoin
arch = any
- license = Apache
+ license = MIT
depends = boost
depends = qt4
source = zcoin-git::git+https://github.com/zcoinofficial/zcoin.git
diff --git a/PKGBUILD b/PKGBUILD
index 5bce2c0f11a7..39604b91fbcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='The Zerocoin Cryptocurrency'
arch=('any')
url='https://github.com/zcoinofficial/zcoin'
-license=('Apache')
+license=('MIT')
depends=('boost' 'qt4')
source=("$pkgname::git+https://github.com/zcoinofficial/zcoin.git"
"${pkgname/-git/}.desktop")