aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Jiroh Eugenio Halili <ajhalili2006@andreijiroh.xyz>2024-04-14 15:39:00 +0000
committerCeleste <20312-Celeste@users.gitlab.alpinelinux.org>2024-04-18 06:57:07 +0000
commitf4723fff33a1afe43b156dca462f9f5a1fdf92f4 (patch)
tree9a1c9fc402f9c2b07a8d8ad181adc82468368310
parent4faa9a3d26f2ff6918191a206d062d51a231162e (diff)
community/github-cli: update package maintainer email addressHEADmaster
This is to match the primary email address used in gitlab.al.o and other git hosts and to redirect outdated package emails there instead of my Gmail address. Signed-off-by: Andrei Jiroh Eugenio Halili <ajhalili2006@andreijiroh.xyz>
-rw-r--r--community/github-cli/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/github-cli/APKBUILD b/community/github-cli/APKBUILD
index f19704189b3..f2185e1f3b8 100644
--- a/community/github-cli/APKBUILD
+++ b/community/github-cli/APKBUILD
@@ -1,10 +1,10 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Contributor: Celeste <cielesti@protonmail.com>
-# Contributor: Andrei Jiroh Eugenio Halili <ajhalili2006@gmail.com>
-# Maintainer: Andrei Jiroh Eugenio Halili <ajhalili2006@gmail.com>
+# Contributor: Andrei Jiroh Eugenio Halili <ajhalili2006@andreijiroh.xyz>
+# Maintainer: Andrei Jiroh Eugenio Halili <ajhalili2006@andreijiroh.xyz>
pkgname=github-cli
pkgver=2.47.0
-pkgrel=0
+pkgrel=1
pkgdesc="CLI for dealing with GitHub"
options="net" # Need to fetch modules
url="https://cli.github.com"