diff options
Diffstat (limited to 'system/perl-dbd-sqlite')
-rw-r--r-- | system/perl-dbd-sqlite/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/perl-dbd-sqlite/APKBUILD b/system/perl-dbd-sqlite/APKBUILD index f551079de..e0febf493 100644 --- a/system/perl-dbd-sqlite/APKBUILD +++ b/system/perl-dbd-sqlite/APKBUILD @@ -5,7 +5,7 @@ _pkgname=DBD-SQLite pkgver=1.58 pkgrel=0 pkgdesc="Perl DBI SQLite module" -url="http://search.cpan.org/dist/$_pkgname" +url="https://metacpan.org/release/DBD-SQLite" arch="all" license="GPL-2.0-only OR Artistic-1.0-Perl" depends="perl-dbi" |