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 9e3a287100bc..0930e2de894d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = dnscomp-git
pkgrel = 1
url = https://github.com/Chizi123/dnscomp.git
arch = x86_64
- license = GPL3
+ license = MIT
makedepends = git
provides = dnscomp
source = dnscomp::git+https://github.com/Chizi123/dnscomp.git
diff --git a/PKGBUILD b/PKGBUILD
index ac1047696122..d4f8801de9a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.r26.7a2cec3
pkgrel=1
pkgdesc="A simple, fast DNS benchmark tool"
arch=('x86_64')
-license=('GPL3')
+license=('MIT')
makedepends=('git')
provides=("$_pkgname")
source=("$_pkgname::git+https://github.com/Chizi123/dnscomp.git")