summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsomeoneonsmile2021-11-27 18:03:39 +0800
committersomeoneonsmile2021-11-27 18:04:37 +0800
commit586a166f8c5912c5e5f0952b4634fb584551beaf (patch)
tree51cfba1ab07b7a7d6ee36810199f199fc95ddcf4
parentc5913c3c13bb2c75462ad471fa5210c73e1b9353 (diff)
downloadaur-586a166f8c5912c5e5f0952b4634fb584551beaf.tar.gz
replace LICENSE
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6693db383c16..cd3df46fec1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = stow-cm
pkgrel = 6
url = https://github.com/someoneonsmile/stow
arch = x86_64
- license = GPL3
+ license = GPL2
makedepends = cargo
depends = gcc-libs
conflicts = stow
diff --git a/PKGBUILD b/PKGBUILD
index bbfbd1cf172c..21184a239119 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=6
pkgdesc="config manager (simple impl of gun-stow)"
arch=('x86_64')
url="https://github.com/someoneonsmile/stow"
-license=('GPL3')
+license=('GPL2')
depends=('gcc-libs')
makedepends=('cargo')
conflicts=('stow')