Fix contributors attribution

This commit is contained in:
ryoskzypu 2026-02-22 16:16:32 -03:00
parent c3fbb13dc5
commit 3b65c86525
No known key found for this signature in database
GPG key ID: 19D6F71BA9ED3E0E
2 changed files with 5 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = perl-data-dump-streamer
pkgdesc = Accurately serialize a data structure as Perl code
pkgver = 2.42
pkgrel = 2
pkgrel = 3
url = https://metacpan.org/dist/Data-Dump-Streamer
arch = any
license = Artistic-1.0-Perl OR GPL-1.0-or-later

View file

@ -1,10 +1,12 @@
# Maintainer: ryoskzypu <ryoskzypu@proton.me>
# Contributor: ordoban <dirk.langer@vvovgonik.de>
# Contributor: John D Jones III <jnbek1972 -_AT_- g m a i l -_Dot_- com>
# Contributor: Caleb Cushing <xenoterracide@gmail.com>
_dist='Data-Dump-Streamer'
pkgname='perl-data-dump-streamer'
pkgver='2.42'
pkgrel='2'
pkgver=2.42
pkgrel=3
pkgdesc='Accurately serialize a data structure as Perl code'
arch=('any')
url="https://metacpan.org/dist/$_dist"