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 4b089e1aa9ef..309282c1422a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = i3-swallow
pkgrel = 1
url = https://github.com/TheCynicalTeam/i3-swallow
arch = any
- license = GNU General Public License v3.0
+ license = GPL3
makedepends = git
depends = xdo
conflicts = i3-swallow-git
diff --git a/PKGBUILD b/PKGBUILD
index cdae40cd8f88..ea1d728cfd47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Swallow a terminal window after a blocking application is run in i3"
arch=('any')
url="https://github.com/TheCynicalTeam/i3-swallow"
-license=('GNU General Public License v3.0')
+license=('GPL3')
depends=('xdo')
makedepends=('git')
conflicts=('i3-swallow-git')