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 629fc52f0d3a..2301344c833e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = ndm
pkgrel = 1
url = https://github.com/720kb/ndm
arch = x86_64
- license = MIT
+ license = GPL3
makedepends = unzip
provides = ndm
source = ndm.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 18f4b076e2d9..4c4fa8322ccb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="npm desktop manager"
url="https://github.com/720kb/ndm"
provides=('ndm')
arch=('x86_64')
-license=('MIT')
+license=('GPL3')
makedepends=('unzip')
backup=()
install=''