Switch Contributor line with Maintainer line.
When someone is creating a new PKGBUILD he will most likely be the maintainer not a contributor. Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
2ce444ee10
commit
364ebf4e16
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
# see 'man PKGBUILD'. NOTE: Please fill out the license field for your package!
|
# see 'man PKGBUILD'. NOTE: Please fill out the license field for your package!
|
||||||
# If it is unknown, then please put 'unknown'.
|
# If it is unknown, then please put 'unknown'.
|
||||||
|
|
||||||
# Contributor: Your Name <youremail@domain.com>
|
# Maintainer: Your Name <youremail@domain.com>
|
||||||
pkgname=('pkg1' 'pkg2')
|
pkgname=('pkg1' 'pkg2')
|
||||||
pkgbase=""
|
pkgbase=""
|
||||||
pkgver=VERSION
|
pkgver=VERSION
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# NOTE: Please fill out the license field for your package! If it is unknown,
|
# NOTE: Please fill out the license field for your package! If it is unknown,
|
||||||
# then please put 'unknown'.
|
# then please put 'unknown'.
|
||||||
|
|
||||||
# Contributor: Your Name <youremail@domain.com>
|
# Maintainer: Your Name <youremail@domain.com>
|
||||||
pkgname=NAME
|
pkgname=NAME
|
||||||
pkgver=VERSION
|
pkgver=VERSION
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue