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 a97fe61e28a6..a7044d9a0bef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = twib-git
url = https://github.com/misson20000/twili
install = twib.install
arch = any
- license = ISC
+ license = GPL3
makedepends = git
makedepends = gcc
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index c144b491214a..fa11232ac68d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="Twili debug monitor bridge client and daemon"
arch=("any")
url="https://github.com/misson20000/twili"
-license=("ISC")
+license=("GPL3")
depends=("libusb" "systemd")
makedepends=("git" "gcc" "cmake" "make")
provides=("twib")