mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Fix contributors attribution
This commit is contained in:
parent
304801c7e6
commit
7799f6d24e
2 changed files with 3 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = perl-cpan-mini
|
||||
pkgdesc = create a minimal mirror of CPAN
|
||||
pkgver = 1.111017
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://metacpan.org/dist/CPAN-Mini
|
||||
arch = any
|
||||
license = Artistic-1.0-Perl OR GPL-1.0-or-later
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -1,10 +1,11 @@
|
|||
# Maintainer: ryoskzypu <ryoskzypu@proton.me>
|
||||
# Contributor: John D Jones III <jnbek1972 -_AT_- g m a i l -_Dot_- com>
|
||||
# Contributor: Caleb Cushing <xenoterracide@gmail.com>
|
||||
|
||||
_dist='CPAN-Mini'
|
||||
pkgname='perl-cpan-mini'
|
||||
pkgver=1.111017
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='create a minimal mirror of CPAN'
|
||||
arch=('any')
|
||||
url="https://metacpan.org/dist/$_dist"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue