summaryrefslogtreecommitdiff
path: root/user/perl-string-shellquote
diff options
context:
space:
mode:
authorSíle Ekaterin Liszka <sheila@vulpine.house>2022-05-22 17:57:48 +0000
committerZach van Rijn <me@zv.io>2022-10-21 18:34:00 -0500
commitfa73ae27cf8c776b24c174a43f30438c8b139837 (patch)
treebcdcd661e2c1e5dd3fa03afdce5219b4a61ee563 /user/perl-string-shellquote
parent02c3796a7a401a6503782020965dc6778410fdd4 (diff)
downloadpackages-fa73ae27cf8c776b24c174a43f30438c8b139837.tar.gz
packages-fa73ae27cf8c776b24c174a43f30438c8b139837.tar.bz2
packages-fa73ae27cf8c776b24c174a43f30438c8b139837.tar.xz
packages-fa73ae27cf8c776b24c174a43f30438c8b139837.zip
user/perl-string-shellquote: fix license
Diffstat (limited to 'user/perl-string-shellquote')
-rw-r--r--user/perl-string-shellquote/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/perl-string-shellquote/APKBUILD b/user/perl-string-shellquote/APKBUILD
index 927ad5427..f01705527 100644
--- a/user/perl-string-shellquote/APKBUILD
+++ b/user/perl-string-shellquote/APKBUILD
@@ -1,5 +1,5 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
-# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
+# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house>
pkgname=perl-string-shellquote
_pkgreal=String-ShellQuote
_author=ROSCH
@@ -10,7 +10,7 @@ pkgrel=0
pkgdesc="Quote strings for passing through to the shell"
url="https://metacpan.org/release/String-ShellQuote"
arch="noarch"
-license="Artistic-1.0-Perl"
+license="Artistic-1.0-Perl OR GPL-1.0+"
depends="perl"
makedepends="perl-dev"
subpackages="$pkgname-doc"