summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-09-27 10:06:13 -0600
committerMark Wagie2024-09-27 10:06:13 -0600
commit34feabe28b861d877a24da20238c3d1c97b9cc10 (patch)
treea95eb7c79955e0b72993af929a634a09572bd93d
parent0f92bb5b67034386205002b79141ef87e2fada67 (diff)
downloadaur-34feabe28b861d877a24da20238c3d1c97b9cc10.tar.gz
adjust license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0253afc8e953..c4b79798633c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = cosmic-settings-git
url = https://github.com/pop-os/cosmic-settings
arch = x86_64
arch = aarch64
- license = GPL-3.0-or-later
+ license = GPL-3.0-only
makedepends = cargo
makedepends = clang
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 1fb0293f3f19..c75a41773c4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=3
pkgdesc="The settings application for the COSMIC desktop environment."
arch=('x86_64' 'aarch64')
url="https://github.com/pop-os/cosmic-settings"
-license=('GPL-3.0-or-later')
+license=('GPL-3.0-only')
depends=(
'accountsservice'
'cosmic-icons-git'