summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkomeil Parseh2022-06-28 14:19:07 +0430
committerkomeil Parseh2022-06-28 14:19:07 +0430
commitcf945351633dc312ea09c60a5e04fe273fcf8788 (patch)
treeb6ec9c9749b760bbba3a1d3b9adefb5194517ae5
parent150a633ec0171899c7a19d1624920e448bec7326 (diff)
downloadaur-cf945351633dc312ea09c60a5e04fe273fcf8788.tar.gz
change license, license is not mit
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31909d9a309a..bebc9edf3405 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = starwm-git
epoch = 2
url = https://github.com/starwm/starwm
arch = any
- license = MIT
+ license = GPL
makedepends = cargo
makedepends = git
depends = libx11
diff --git a/PKGBUILD b/PKGBUILD
index 49d43182ec66..74c12d799da9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ epoch=2
pkgdesc=" StarWM is an extensible, floating and tiling, X window manager for Linux-based operating systems written in Rust. "
arch=('any')
url="https://github.com/starwm/starwm"
-license=('MIT')
+license=('GPL')
makedepends=('cargo' 'git')
depends=('libx11' 'libxcb' 'alacritty' 'rofi')
provides=('starwm-git')