summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Little2021-02-18 11:49:01 -0600
committerScott Little2021-02-18 11:49:01 -0600
commit18d5a85863668cd38d80e241ea903e4b2390f22d (patch)
tree6911166f40e30ffa8ed3f76d0dd95d6bdc633568
parent0d617ad3f9b51b0b65701479803c742ffaeb98e1 (diff)
downloadaur-18d5a85863668cd38d80e241ea903e4b2390f22d.tar.gz
Fix license scare
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adcd18948eb0..fcb2600de7ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = uniclip
pkgrel = 1
url = https://github.com/quackduck/uniclip
arch = x86_64
- license = GPL
+ license = MIT
makedepends = go
source = https://github.com/quackduck/uniclip/archive/v2.1.0.tar.gz
sha256sums = bb22ebc9dd9e0ca8e8b6b8c79c5d0af05a61cf2b86fff75916b2722760b04cce
diff --git a/PKGBUILD b/PKGBUILD
index 5141b9e00283..29a4949ed636 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ epoch=
pkgdesc="Universal Clipboard, ala Apple"
arch=(x86_64)
url="https://github.com/quackduck/uniclip"
-license=('GPL')
+license=('MIT')
groups=()
depends=()
makedepends=("go")