diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2020-02-28 00:22:38 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2020-02-28 00:22:38 +0800 |
commit | f51af96055a339e73c318541cd5f766b23ab316a (patch) | |
tree | 8f0219cee53d6ce2382cc2f6a7c096cc2cd9dd22 | |
parent | 5eaf635d7d4703bf3c790615e4a3f98ec26564db (diff) | |
download | AUR4-PKGBUILD-f51af96055a339e73c318541cd5f766b23ab316a.tar.gz AUR4-PKGBUILD-f51af96055a339e73c318541cd5f766b23ab316a.tar.zst AUR4-PKGBUILD-f51af96055a339e73c318541cd5f766b23ab316a.zip |
guile-{gcrypt,json}: Update maintainer comments for adopted packages
List myself as the current maintainer and move previous maintainers to
contributors, so people who find these PKGBUILD files won't mistakenly
consider previous maintainers as current maintainers.
-rw-r--r-- | guile-gcrypt/PKGBUILD | 3 | ||||
-rw-r--r-- | guile-json/PKGBUILD | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/guile-gcrypt/PKGBUILD b/guile-gcrypt/PKGBUILD index 00d0363..66946fc 100644 --- a/guile-gcrypt/PKGBUILD +++ b/guile-gcrypt/PKGBUILD @@ -1,4 +1,5 @@ -# Maintainer: Joe Hillenbrand <joehillen@gmail.com> +# Maintainer: Ting-Wei Lan <lantw44@gmail.com> +# Contributor: Joe Hillenbrand <joehillen@gmail.com> pkgname=guile-gcrypt pkgver=0.2.0 diff --git a/guile-json/PKGBUILD b/guile-json/PKGBUILD index 79e7347..752172a 100644 --- a/guile-json/PKGBUILD +++ b/guile-json/PKGBUILD @@ -1,6 +1,7 @@ +# Maintainer: Ting-Wei Lan <lantw44 at gmail dot com> +# Contributor: Thomas Koller-Cherek <tk120 at protonmail dot com> # Contributor: holos # Contributor: tantalum -# Maintainer: Thomas Koller-Cherek <tk120 at protonmail dot com> pkgname=guile-json pkgrel=2 |