diff options
Diffstat (limited to 'user/perl-io-tty')
-rw-r--r-- | user/perl-io-tty/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/perl-io-tty/APKBUILD b/user/perl-io-tty/APKBUILD index 5b51e78d5..ae892d213 100644 --- a/user/perl-io-tty/APKBUILD +++ b/user/perl-io-tty/APKBUILD @@ -1,5 +1,5 @@ # Contributor: Dan Theisen <djt@hxx.in> -# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> +# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house> pkgname=perl-io-tty _pkgreal=IO-Tty _author=TODDR @@ -10,7 +10,7 @@ pkgrel=0 pkgdesc="Low-level allocate a pseudo-tty" url="https://metacpan.org/pod/IO::Tty" arch="all" -license="Artistic-1.0-Perl" +license="Artistic-1.0-Perl OR GPL-1.0+" depends="perl" makedepends="perl-dev" subpackages="$pkgname-doc" |