diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-04-01 03:46:18 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-04-01 03:46:18 -0700 |
commit | c47a29338caaffd202ad8d1223f663bd07846155 (patch) | |
tree | 058dd80294f0ba74c8ef4281682e72b5808df352 /any | |
parent | c12d4f6dfed977ba09a13d91e1b4f786601d7e75 (diff) |
LICENSE change
Diffstat (limited to 'any')
-rw-r--r-- | any/fsh-git/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/any/fsh-git/PKGBUILD b/any/fsh-git/PKGBUILD index 05a41a7..ad4bf34 100644 --- a/any/fsh-git/PKGBUILD +++ b/any/fsh-git/PKGBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc='My shell scripts utilities' arch=('any') url='https://git.flylightning.xyz/fsh' -license=('GPL-3.0-or-later') +license=('AGPL-3.0-only') depends=('sh') makedepends=('git') provides=('fsh') |