diff options
author | Mark Wagie | 2024-09-27 10:06:13 -0600 |
---|---|---|
committer | Mark Wagie | 2024-09-27 10:06:13 -0600 |
commit | 34feabe28b861d877a24da20238c3d1c97b9cc10 (patch) | |
tree | a95eb7c79955e0b72993af929a634a09572bd93d | |
parent | 0f92bb5b67034386205002b79141ef87e2fada67 (diff) | |
download | aur-34feabe28b861d877a24da20238c3d1c97b9cc10.tar.gz |
adjust license
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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' |