summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSíle Ekaterin Liszka <sheila@vulpine.house>2022-05-18 22:57:46 +0000
committerZach van Rijn <me@zv.io>2022-10-21 18:33:59 -0500
commit1207a5ce89365d25f8ef7af3d6769a6df45ae71f (patch)
tree9dc0cb2b34398598b79a6fbb60cc4dcd411d0d25
parent49032d0699e7ef27cadf542a6112d5c899dc2272 (diff)
downloadpackages-1207a5ce89365d25f8ef7af3d6769a6df45ae71f.tar.gz
packages-1207a5ce89365d25f8ef7af3d6769a6df45ae71f.tar.bz2
packages-1207a5ce89365d25f8ef7af3d6769a6df45ae71f.tar.xz
packages-1207a5ce89365d25f8ef7af3d6769a6df45ae71f.zip
user/perl-exporter-tiny: fix license
-rw-r--r--user/perl-exporter-tiny/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/perl-exporter-tiny/APKBUILD b/user/perl-exporter-tiny/APKBUILD
index d0c70bac1..b0b20929a 100644
--- a/user/perl-exporter-tiny/APKBUILD
+++ b/user/perl-exporter-tiny/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-exporter-tiny
_pkgreal=Exporter-Tiny
_author=TOBYINK
@@ -10,7 +10,7 @@ pkgrel=0
pkgdesc="Light-weight exporter with the features of Sub::Exporter"
url="https://metacpan.org/release/Exporter-Tiny"
arch="noarch"
-license="Artistic-1.0-Perl"
+license="Artistic-1.0-Perl OR GPL-1.0+"
depends="perl"
makedepends="perl-dev"
subpackages="$pkgname-doc"