Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] srcpkgs: remove sirikid from maintainer fields
@ 2022-11-08 19:16 sirikid
  2022-11-08 19:29 ` [PR PATCH] [Updated] " sirikid
  2022-11-08 20:19 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: sirikid @ 2022-11-08 19:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 334 bytes --]

There is a new pull request by sirikid against master on the void-packages repository

https://github.com/sirikid/void-packages master
https://github.com/void-linux/void-packages/pull/40389

srcpkgs: remove sirikid from maintainer fields
None

A patch file from https://github.com/void-linux/void-packages/pull/40389.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-40389.patch --]
[-- Type: text/x-diff, Size: 18070 bytes --]

From 22ad95d96fa714fe9d93ef03f37ee81927c918ad Mon Sep 17 00:00:00 2001
From: Ivan Sokolov <ivan-p-sokolov@ya.ru>
Date: Tue, 8 Nov 2022 22:10:28 +0300
Subject: [PATCH] srcpkgs: remove sirikid from maintainer fields

---
 srcpkgs/cross-arm-none-eabi-binutils/template | 2 +-
 srcpkgs/cross-arm-none-eabi-gcc/template      | 2 +-
 srcpkgs/cross-arm-none-eabi-gdb/template      | 2 +-
 srcpkgs/cross-arm-none-eabi-newlib/template   | 2 +-
 srcpkgs/cross-arm-none-eabi/template          | 2 +-
 srcpkgs/font-sil-abyssinica/template          | 2 +-
 srcpkgs/font-sil-alkalami/template            | 2 +-
 srcpkgs/font-sil-andika/template              | 2 +-
 srcpkgs/font-sil-annapurna/template           | 2 +-
 srcpkgs/font-sil-awami-nastaliq/template      | 2 +-
 srcpkgs/font-sil-charis/template              | 2 +-
 srcpkgs/font-sil-doulos/template              | 2 +-
 srcpkgs/font-sil-ezra/template                | 2 +-
 srcpkgs/font-sil-galatia/template             | 2 +-
 srcpkgs/font-sil-gentium/template             | 2 +-
 srcpkgs/font-sil-harmattan/template           | 2 +-
 srcpkgs/font-sil-lateef/template              | 2 +-
 srcpkgs/font-sil-mingzat/template             | 2 +-
 srcpkgs/font-sil-mondulkiri/template          | 2 +-
 srcpkgs/font-sil-namdhinggo/template          | 2 +-
 srcpkgs/font-sil-nuosu/template               | 2 +-
 srcpkgs/font-sil-padauk/template              | 2 +-
 srcpkgs/font-sil-scheherazade/template        | 2 +-
 srcpkgs/font-sil-sophia-nubian/template       | 2 +-
 srcpkgs/font-sil-tai-heritage-pro/template    | 2 +-
 srcpkgs/libtd/template                        | 2 +-
 26 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/srcpkgs/cross-arm-none-eabi-binutils/template b/srcpkgs/cross-arm-none-eabi-binutils/template
index fd106a2c40a6..19d66eb5b3b0 100644
--- a/srcpkgs/cross-arm-none-eabi-binutils/template
+++ b/srcpkgs/cross-arm-none-eabi-binutils/template
@@ -26,7 +26,7 @@ hostmakedepends="autoconf automake bison flex perl"
 makedepends="zlib-devel"
 depends="binutils-doc"
 short_desc="GNU binary utilities"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/${_pkgname}/"
 distfiles="${GNU_SITE}/${_pkgname}/${_pkgname}-${version}.tar.xz"
diff --git a/srcpkgs/cross-arm-none-eabi-gcc/template b/srcpkgs/cross-arm-none-eabi-gcc/template
index 3896f61322b5..279a93633b8d 100644
--- a/srcpkgs/cross-arm-none-eabi-gcc/template
+++ b/srcpkgs/cross-arm-none-eabi-gcc/template
@@ -13,7 +13,7 @@ hostmakedepends="autoconf automake cross-arm-none-eabi-binutils bison flex
 makedepends="gmp-devel isl15-devel libmpc-devel mpfr-devel zlib-devel"
 depends="cross-arm-none-eabi-binutils"
 short_desc="GNU Compiler Collection"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GFDL-1.2-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
 homepage="https://gcc.gnu.org"
 distfiles="${GNU_SITE}/gcc/gcc-${version}/gcc-${version}.tar.xz"
diff --git a/srcpkgs/cross-arm-none-eabi-gdb/template b/srcpkgs/cross-arm-none-eabi-gdb/template
index ac8e6837d72c..23873b273b59 100644
--- a/srcpkgs/cross-arm-none-eabi-gdb/template
+++ b/srcpkgs/cross-arm-none-eabi-gdb/template
@@ -28,7 +28,7 @@ makedepends="babeltrace-devel expat-devel mpfr-devel ncurses-devel
  readline-devel zlib-devel $(vopt_if guile guile-devel)
  $(vopt_if python 'python3-devel gettext-devel')"
 short_desc="GNU Debugger"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/${_pkgname}"
 distfiles="${GNU_SITE}/${_pkgname}/${_pkgname}-${version}.tar.xz"
diff --git a/srcpkgs/cross-arm-none-eabi-newlib/template b/srcpkgs/cross-arm-none-eabi-newlib/template
index 0e1917ee0e10..42ae180ceb65 100644
--- a/srcpkgs/cross-arm-none-eabi-newlib/template
+++ b/srcpkgs/cross-arm-none-eabi-newlib/template
@@ -13,7 +13,7 @@ configure_args="
  --enable-interwork"
 hostmakedepends="cross-arm-none-eabi-binutils cross-arm-none-eabi-gcc"
 short_desc="C library intended for use on embedded systems"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.sourceware.org/newlib/"
 distfiles="ftp://sourceware.org/pub/newlib/newlib-${version}.tar.gz"
diff --git a/srcpkgs/cross-arm-none-eabi/template b/srcpkgs/cross-arm-none-eabi/template
index 8a6b7573ebe1..9f9edc45e643 100644
--- a/srcpkgs/cross-arm-none-eabi/template
+++ b/srcpkgs/cross-arm-none-eabi/template
@@ -7,6 +7,6 @@ build_style=meta
 depends="cross-arm-none-eabi-binutils cross-arm-none-eabi-gcc
  cross-arm-none-eabi-libstdc++ cross-arm-none-eabi-newlib"
 short_desc="GNU cross bare metal toolchain"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="metapackage"
 homepage="https://www.voidlinux.org/"
diff --git a/srcpkgs/font-sil-abyssinica/template b/srcpkgs/font-sil-abyssinica/template
index d09053f69c0b..c9865da3c5f1 100644
--- a/srcpkgs/font-sil-abyssinica/template
+++ b/srcpkgs/font-sil-abyssinica/template
@@ -6,7 +6,7 @@ wrksrc="AbyssinicaSIL-${version}"
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Ethiopic font, based on Ethiopic calligraphic traditions"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/abyssinica/"
 distfiles="https://software.sil.org/downloads/r/abyssinica/AbyssinicaSIL-${version}.zip"
diff --git a/srcpkgs/font-sil-alkalami/template b/srcpkgs/font-sil-alkalami/template
index 1dcdc9ae587e..128d3e99d3dc 100644
--- a/srcpkgs/font-sil-alkalami/template
+++ b/srcpkgs/font-sil-alkalami/template
@@ -6,7 +6,7 @@ wrksrc="Alkalami-${version}"
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Font designed for Arabic-based writing systems in the Kano region"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/alkalami/"
 distfiles="https://software.sil.org/downloads/r/alkalami/Alkalami-${version}.zip"
diff --git a/srcpkgs/font-sil-andika/template b/srcpkgs/font-sil-andika/template
index 2f1ceaaf9458..ae9d607bde07 100644
--- a/srcpkgs/font-sil-andika/template
+++ b/srcpkgs/font-sil-andika/template
@@ -6,7 +6,7 @@ wrksrc="Andika-${version}"
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Unicode-compliant sans serif font designed especially for literacy use"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/andika/"
 distfiles="https://software.sil.org/downloads/r/andika/Andika-${version}.zip"
diff --git a/srcpkgs/font-sil-annapurna/template b/srcpkgs/font-sil-annapurna/template
index 66ef5e216021..05a03014c3be 100644
--- a/srcpkgs/font-sil-annapurna/template
+++ b/srcpkgs/font-sil-annapurna/template
@@ -6,7 +6,7 @@ wrksrc="AnnapurnaSIL-${version}"
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Unicode font with support for languages that use Devanagari script"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/annapurna/"
 distfiles="https://software.sil.org/downloads/r/annapurna/AnnapurnaSIL-${version}.zip"
diff --git a/srcpkgs/font-sil-awami-nastaliq/template b/srcpkgs/font-sil-awami-nastaliq/template
index 523a3780f168..68e7a400b14f 100644
--- a/srcpkgs/font-sil-awami-nastaliq/template
+++ b/srcpkgs/font-sil-awami-nastaliq/template
@@ -6,7 +6,7 @@ wrksrc="AwamiNastaliq-${version}"
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Awami Nastaliq is a Nastaliq-style Arabic script font"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/awami/"
 distfiles="https://software.sil.org/downloads/r/awami/AwamiNastaliq-${version}.zip"
diff --git a/srcpkgs/font-sil-charis/template b/srcpkgs/font-sil-charis/template
index b8b351e36462..c865747def52 100644
--- a/srcpkgs/font-sil-charis/template
+++ b/srcpkgs/font-sil-charis/template
@@ -6,7 +6,7 @@ wrksrc="CharisSIL-${version}"
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Unicode serif font, similar to Bitstream Charter"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/charis/"
 distfiles="https://software.sil.org/downloads/r/charis/CharisSIL-${version}.zip"
diff --git a/srcpkgs/font-sil-doulos/template b/srcpkgs/font-sil-doulos/template
index c22e6ed3291e..58cbd7198a4c 100644
--- a/srcpkgs/font-sil-doulos/template
+++ b/srcpkgs/font-sil-doulos/template
@@ -6,7 +6,7 @@ wrksrc="DoulosSIL-${version}"
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Unicode serif font similar in design to Times/Times New Roman"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/doulos/"
 distfiles="https://software.sil.org/downloads/r/doulos/DoulosSIL-${version}.zip"
diff --git a/srcpkgs/font-sil-ezra/template b/srcpkgs/font-sil-ezra/template
index 9c036de7ef24..6b5697fd5060 100644
--- a/srcpkgs/font-sil-ezra/template
+++ b/srcpkgs/font-sil-ezra/template
@@ -6,7 +6,7 @@ wrksrc="EzraSIL${version}"
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Font that supports the Hebrew and Latin-1 characters from Unicode 5.0"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/ezra/"
 distfiles="https://software.sil.org/downloads/r/ezra/EzraSIL-${version}.zip"
diff --git a/srcpkgs/font-sil-galatia/template b/srcpkgs/font-sil-galatia/template
index 0ef826ca26dd..7f20517c5079 100644
--- a/srcpkgs/font-sil-galatia/template
+++ b/srcpkgs/font-sil-galatia/template
@@ -6,7 +6,7 @@ wrksrc="GalSIL${version/./}"
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Unicode 3.1 font designed to support Biblical Polytonic Greek"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/Galatia/"
 distfiles="https://software.sil.org/downloads/r/galatia/GalatiaSIL-${version}.zip"
diff --git a/srcpkgs/font-sil-gentium/template b/srcpkgs/font-sil-gentium/template
index e101e370d4c3..57628f138de5 100644
--- a/srcpkgs/font-sil-gentium/template
+++ b/srcpkgs/font-sil-gentium/template
@@ -6,7 +6,7 @@ wrksrc="GentiumPlus-${version}"
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Font that supports a wide range of Latin- and Cyrillic-based alphabets"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/gentium/"
 distfiles="https://software.sil.org/downloads/r/gentium/GentiumPlus-${version}.zip"
diff --git a/srcpkgs/font-sil-harmattan/template b/srcpkgs/font-sil-harmattan/template
index 508d8a91b124..bfb493ac64c0 100644
--- a/srcpkgs/font-sil-harmattan/template
+++ b/srcpkgs/font-sil-harmattan/template
@@ -6,7 +6,7 @@ wrksrc="Harmattan-${version}"
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Arabic Warsh font designed to suit the needs of West African languages"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/harmattan/"
 distfiles="https://software.sil.org/downloads/r/harmattan/Harmattan-${version}.zip"
diff --git a/srcpkgs/font-sil-lateef/template b/srcpkgs/font-sil-lateef/template
index b50bff96d68d..0b36736f9133 100644
--- a/srcpkgs/font-sil-lateef/template
+++ b/srcpkgs/font-sil-lateef/template
@@ -6,7 +6,7 @@ wrksrc="LateefGR-${version}"
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Extended Arabic script font named after Shah Abdul Lateef Bhitai"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/lateef/"
 distfiles="https://software.sil.org/downloads/r/lateef/LateefGR-${version}.zip"
diff --git a/srcpkgs/font-sil-mingzat/template b/srcpkgs/font-sil-mingzat/template
index 4d180db2fd2e..aec5114e163a 100644
--- a/srcpkgs/font-sil-mingzat/template
+++ b/srcpkgs/font-sil-mingzat/template
@@ -6,7 +6,7 @@ wrksrc="Mingzat-${version}"
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Script used by the Lepcha language of South Asia since Unicode 5.1"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/Mingzat/"
 distfiles="https://software.sil.org/downloads/r/mingzat/Mingzat-$version.zip"
diff --git a/srcpkgs/font-sil-mondulkiri/template b/srcpkgs/font-sil-mondulkiri/template
index 986ac44ec90c..c5f52ec296b8 100644
--- a/srcpkgs/font-sil-mondulkiri/template
+++ b/srcpkgs/font-sil-mondulkiri/template
@@ -6,7 +6,7 @@ wrksrc="Mondulkiri-${version}"
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Unicode-compliant font family for the Khmer script"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/Mondulkiri/"
 distfiles="https://software.sil.org/downloads/r/mondulkiri/Mondulkiri-${version}.zip"
diff --git a/srcpkgs/font-sil-namdhinggo/template b/srcpkgs/font-sil-namdhinggo/template
index 1334c058b506..e07a4553abb8 100644
--- a/srcpkgs/font-sil-namdhinggo/template
+++ b/srcpkgs/font-sil-namdhinggo/template
@@ -6,7 +6,7 @@ wrksrc="NamdhinggoSIL"
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Namdhinggo SIL is a Unicode font for the Limbu writing system of Nepal"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/Namdhinggo/"
 distfiles="https://software.sil.org/downloads/r/namdhinggo/NamdhinggoSIL-$version.zip"
diff --git a/srcpkgs/font-sil-nuosu/template b/srcpkgs/font-sil-nuosu/template
index c6e96b5ffc52..294e627ada92 100644
--- a/srcpkgs/font-sil-nuosu/template
+++ b/srcpkgs/font-sil-nuosu/template
@@ -6,7 +6,7 @@ wrksrc=NuosuSIL
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Nuosu SIL is a single Unicode font for the standardized Yi script"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/nuosu/"
 distfiles="https://software.sil.org/downloads/r/nuosu/NuosuSIL-${version}.zip"
diff --git a/srcpkgs/font-sil-padauk/template b/srcpkgs/font-sil-padauk/template
index 0598b57ee013..8c5aa78d8968 100644
--- a/srcpkgs/font-sil-padauk/template
+++ b/srcpkgs/font-sil-padauk/template
@@ -6,7 +6,7 @@ wrksrc="Padauk-${version}"
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Font with broad support for writing systems that use the Myanmar script"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/padauk/"
 distfiles="https://software.sil.org/downloads/r/padauk/Padauk-${version}.zip"
diff --git a/srcpkgs/font-sil-scheherazade/template b/srcpkgs/font-sil-scheherazade/template
index 67e8ded40095..aaca7a39ee42 100644
--- a/srcpkgs/font-sil-scheherazade/template
+++ b/srcpkgs/font-sil-scheherazade/template
@@ -6,7 +6,7 @@ wrksrc="Scheherazade-${version}"
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Font designed in a similar style to traditional Naskh typefaces"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/scheherazade/"
 distfiles="https://software.sil.org/downloads/r/scheherazade/Scheherazade-${version}.zip"
diff --git a/srcpkgs/font-sil-sophia-nubian/template b/srcpkgs/font-sil-sophia-nubian/template
index b28529d30ac1..fcf18b5b532b 100644
--- a/srcpkgs/font-sil-sophia-nubian/template
+++ b/srcpkgs/font-sil-sophia-nubian/template
@@ -6,7 +6,7 @@ wrksrc="SophiaNubian"
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Sans serif Unicode-compliant Coptic font for Nubian languages"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/SophiaNubian/"
 distfiles="https://software.sil.org/downloads/r/sophianubian/SophiaNubian-${version}.zip"
diff --git a/srcpkgs/font-sil-tai-heritage-pro/template b/srcpkgs/font-sil-tai-heritage-pro/template
index 1feda2318548..eaeff0a1a1f9 100644
--- a/srcpkgs/font-sil-tai-heritage-pro/template
+++ b/srcpkgs/font-sil-tai-heritage-pro/template
@@ -6,7 +6,7 @@ wrksrc="TaiHeritagePro-${version}"
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Typeface that reflects the traditional style of the Tai Viet script"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/taiheritage/"
 distfiles="https://software.sil.org/downloads/r/taiheritage/TaiHeritagePro-${version}.zip"
diff --git a/srcpkgs/libtd/template b/srcpkgs/libtd/template
index f719ab4d3f1e..f1315708031b 100644
--- a/srcpkgs/libtd/template
+++ b/srcpkgs/libtd/template
@@ -8,7 +8,7 @@ build_helper=qemu
 hostmakedepends="gperf"
 makedepends="openssl-devel zlib-devel"
 short_desc="Cross-platform library for building Telegram clients"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSL-1.0"
 homepage="https://core.telegram.org/tdlib"
 distfiles="https://github.com/tdlib/td/archive/v${version}.tar.gz"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] srcpkgs: remove sirikid from maintainer fields
  2022-11-08 19:16 [PR PATCH] srcpkgs: remove sirikid from maintainer fields sirikid
@ 2022-11-08 19:29 ` sirikid
  2022-11-08 20:19 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: sirikid @ 2022-11-08 19:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 339 bytes --]

There is an updated pull request by sirikid against master on the void-packages repository

https://github.com/sirikid/void-packages master
https://github.com/void-linux/void-packages/pull/40389

srcpkgs: remove sirikid from maintainer fields
None

A patch file from https://github.com/void-linux/void-packages/pull/40389.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-40389.patch --]
[-- Type: text/x-diff, Size: 17687 bytes --]

From dc5d1447feb95b183218baa580e5452211d20ef9 Mon Sep 17 00:00:00 2001
From: Ivan Sokolov <ivan-p-sokolov@ya.ru>
Date: Tue, 8 Nov 2022 22:10:28 +0300
Subject: [PATCH] srcpkgs: remove sirikid from maintainer fields

---
 srcpkgs/cross-arm-none-eabi-binutils/template | 2 +-
 srcpkgs/cross-arm-none-eabi-gcc/template      | 2 +-
 srcpkgs/cross-arm-none-eabi-gdb/template      | 2 +-
 srcpkgs/cross-arm-none-eabi-newlib/template   | 2 +-
 srcpkgs/cross-arm-none-eabi/template          | 2 +-
 srcpkgs/font-sil-abyssinica/template          | 2 +-
 srcpkgs/font-sil-alkalami/template            | 2 +-
 srcpkgs/font-sil-andika/template              | 2 +-
 srcpkgs/font-sil-annapurna/template           | 2 +-
 srcpkgs/font-sil-awami-nastaliq/template      | 2 +-
 srcpkgs/font-sil-charis/template              | 2 +-
 srcpkgs/font-sil-doulos/template              | 2 +-
 srcpkgs/font-sil-ezra/template                | 2 +-
 srcpkgs/font-sil-galatia/template             | 2 +-
 srcpkgs/font-sil-gentium/template             | 2 +-
 srcpkgs/font-sil-harmattan/template           | 2 +-
 srcpkgs/font-sil-lateef/template              | 2 +-
 srcpkgs/font-sil-mingzat/template             | 2 +-
 srcpkgs/font-sil-mondulkiri/template          | 2 +-
 srcpkgs/font-sil-namdhinggo/template          | 2 +-
 srcpkgs/font-sil-nuosu/template               | 2 +-
 srcpkgs/font-sil-padauk/template              | 2 +-
 srcpkgs/font-sil-scheherazade/template        | 2 +-
 srcpkgs/font-sil-sophia-nubian/template       | 2 +-
 srcpkgs/font-sil-tai-heritage-pro/template    | 2 +-
 srcpkgs/libtd/template                        | 2 +-
 26 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/srcpkgs/cross-arm-none-eabi-binutils/template b/srcpkgs/cross-arm-none-eabi-binutils/template
index da04584e3d1c..e0d79038c569 100644
--- a/srcpkgs/cross-arm-none-eabi-binutils/template
+++ b/srcpkgs/cross-arm-none-eabi-binutils/template
@@ -25,7 +25,7 @@ hostmakedepends="autoconf automake bison flex perl"
 makedepends="zlib-devel"
 depends="binutils-doc"
 short_desc="GNU binary utilities"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/${_pkgname}/"
 distfiles="${GNU_SITE}/${_pkgname}/${_pkgname}-${version}.tar.xz"
diff --git a/srcpkgs/cross-arm-none-eabi-gcc/template b/srcpkgs/cross-arm-none-eabi-gcc/template
index 7baed7d29ee0..39eff2cf7d3c 100644
--- a/srcpkgs/cross-arm-none-eabi-gcc/template
+++ b/srcpkgs/cross-arm-none-eabi-gcc/template
@@ -12,7 +12,7 @@ hostmakedepends="autoconf automake cross-arm-none-eabi-binutils bison flex
 makedepends="gmp-devel isl15-devel libmpc-devel mpfr-devel zlib-devel"
 depends="cross-arm-none-eabi-binutils"
 short_desc="GNU Compiler Collection"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GFDL-1.2-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
 homepage="https://gcc.gnu.org"
 distfiles="${GNU_SITE}/gcc/gcc-${version}/gcc-${version}.tar.xz"
diff --git a/srcpkgs/cross-arm-none-eabi-gdb/template b/srcpkgs/cross-arm-none-eabi-gdb/template
index 5983a3558da6..230562e973bc 100644
--- a/srcpkgs/cross-arm-none-eabi-gdb/template
+++ b/srcpkgs/cross-arm-none-eabi-gdb/template
@@ -14,7 +14,7 @@ makedepends="expat-devel ncurses-devel readline-devel zlib-devel gmp-devel
  $(vopt_if guile guile-devel) $(vopt_if python 'gettext-devel python3-devel')"
 depends="gdb-common"
 short_desc="GNU Debugger for ARM"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/gdb"
 distfiles="${GNU_SITE}/gdb/gdb-${version}.tar.xz"
diff --git a/srcpkgs/cross-arm-none-eabi-newlib/template b/srcpkgs/cross-arm-none-eabi-newlib/template
index bb80117cc8a5..6ea74e37f42a 100644
--- a/srcpkgs/cross-arm-none-eabi-newlib/template
+++ b/srcpkgs/cross-arm-none-eabi-newlib/template
@@ -12,7 +12,7 @@ configure_args="
  --enable-interwork"
 hostmakedepends="cross-arm-none-eabi-binutils cross-arm-none-eabi-gcc"
 short_desc="C library intended for use on embedded systems"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.sourceware.org/newlib/"
 distfiles="ftp://sourceware.org/pub/newlib/newlib-${version}.tar.gz"
diff --git a/srcpkgs/cross-arm-none-eabi/template b/srcpkgs/cross-arm-none-eabi/template
index 8a6b7573ebe1..9f9edc45e643 100644
--- a/srcpkgs/cross-arm-none-eabi/template
+++ b/srcpkgs/cross-arm-none-eabi/template
@@ -7,6 +7,6 @@ build_style=meta
 depends="cross-arm-none-eabi-binutils cross-arm-none-eabi-gcc
  cross-arm-none-eabi-libstdc++ cross-arm-none-eabi-newlib"
 short_desc="GNU cross bare metal toolchain"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="metapackage"
 homepage="https://www.voidlinux.org/"
diff --git a/srcpkgs/font-sil-abyssinica/template b/srcpkgs/font-sil-abyssinica/template
index dc15a7b2dd28..fb92408d72b1 100644
--- a/srcpkgs/font-sil-abyssinica/template
+++ b/srcpkgs/font-sil-abyssinica/template
@@ -5,7 +5,7 @@ revision=2
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Ethiopic font, based on Ethiopic calligraphic traditions"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/abyssinica/"
 distfiles="https://software.sil.org/downloads/r/abyssinica/AbyssinicaSIL-${version}.zip"
diff --git a/srcpkgs/font-sil-alkalami/template b/srcpkgs/font-sil-alkalami/template
index 433cf5a00dbf..6b5bf9fef9ff 100644
--- a/srcpkgs/font-sil-alkalami/template
+++ b/srcpkgs/font-sil-alkalami/template
@@ -5,7 +5,7 @@ revision=2
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Font designed for Arabic-based writing systems in the Kano region"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/alkalami/"
 distfiles="https://software.sil.org/downloads/r/alkalami/Alkalami-${version}.zip"
diff --git a/srcpkgs/font-sil-andika/template b/srcpkgs/font-sil-andika/template
index 9b66b549f12c..c2b7d1002287 100644
--- a/srcpkgs/font-sil-andika/template
+++ b/srcpkgs/font-sil-andika/template
@@ -5,7 +5,7 @@ revision=2
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Unicode-compliant sans serif font designed especially for literacy use"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/andika/"
 distfiles="https://software.sil.org/downloads/r/andika/Andika-${version}.zip"
diff --git a/srcpkgs/font-sil-annapurna/template b/srcpkgs/font-sil-annapurna/template
index 3af046831a77..28a22f2fdec9 100644
--- a/srcpkgs/font-sil-annapurna/template
+++ b/srcpkgs/font-sil-annapurna/template
@@ -5,7 +5,7 @@ revision=2
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Unicode font with support for languages that use Devanagari script"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/annapurna/"
 distfiles="https://software.sil.org/downloads/r/annapurna/AnnapurnaSIL-${version}.zip"
diff --git a/srcpkgs/font-sil-awami-nastaliq/template b/srcpkgs/font-sil-awami-nastaliq/template
index 44f600146d5f..30f155134c23 100644
--- a/srcpkgs/font-sil-awami-nastaliq/template
+++ b/srcpkgs/font-sil-awami-nastaliq/template
@@ -5,7 +5,7 @@ revision=2
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Awami Nastaliq is a Nastaliq-style Arabic script font"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/awami/"
 distfiles="https://software.sil.org/downloads/r/awami/AwamiNastaliq-${version}.zip"
diff --git a/srcpkgs/font-sil-charis/template b/srcpkgs/font-sil-charis/template
index e712d3319cd7..7a7e309f2b99 100644
--- a/srcpkgs/font-sil-charis/template
+++ b/srcpkgs/font-sil-charis/template
@@ -4,7 +4,7 @@ version=6.101
 revision=1
 depends="font-util"
 short_desc="Unicode serif font, similar to Bitstream Charter"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/charis/"
 distfiles="https://software.sil.org/downloads/r/charis/CharisSIL-${version}.zip"
diff --git a/srcpkgs/font-sil-doulos/template b/srcpkgs/font-sil-doulos/template
index fade155f8df2..03576f80c3d3 100644
--- a/srcpkgs/font-sil-doulos/template
+++ b/srcpkgs/font-sil-doulos/template
@@ -5,7 +5,7 @@ revision=2
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Unicode serif font similar in design to Times/Times New Roman"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/doulos/"
 distfiles="https://software.sil.org/downloads/r/doulos/DoulosSIL-${version}.zip"
diff --git a/srcpkgs/font-sil-ezra/template b/srcpkgs/font-sil-ezra/template
index 6594ded5a5ca..3ae1e97a0f78 100644
--- a/srcpkgs/font-sil-ezra/template
+++ b/srcpkgs/font-sil-ezra/template
@@ -5,7 +5,7 @@ revision=2
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Font that supports the Hebrew and Latin-1 characters from Unicode 5.0"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/ezra/"
 distfiles="https://software.sil.org/downloads/r/ezra/EzraSIL-${version}.zip"
diff --git a/srcpkgs/font-sil-galatia/template b/srcpkgs/font-sil-galatia/template
index 19aea409579f..3526d013ed4f 100644
--- a/srcpkgs/font-sil-galatia/template
+++ b/srcpkgs/font-sil-galatia/template
@@ -5,7 +5,7 @@ revision=2
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Unicode 3.1 font designed to support Biblical Polytonic Greek"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/Galatia/"
 distfiles="https://software.sil.org/downloads/r/galatia/GalatiaSIL-${version}.zip"
diff --git a/srcpkgs/font-sil-gentium/template b/srcpkgs/font-sil-gentium/template
index 238bc1133d0f..4d0236809478 100644
--- a/srcpkgs/font-sil-gentium/template
+++ b/srcpkgs/font-sil-gentium/template
@@ -5,7 +5,7 @@ revision=2
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Font that supports a wide range of Latin- and Cyrillic-based alphabets"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/gentium/"
 distfiles="https://software.sil.org/downloads/r/gentium/GentiumPlus-${version}.zip"
diff --git a/srcpkgs/font-sil-harmattan/template b/srcpkgs/font-sil-harmattan/template
index 457d4fd75d60..2c789fba9b4f 100644
--- a/srcpkgs/font-sil-harmattan/template
+++ b/srcpkgs/font-sil-harmattan/template
@@ -5,7 +5,7 @@ revision=2
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Arabic Warsh font designed to suit the needs of West African languages"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/harmattan/"
 distfiles="https://software.sil.org/downloads/r/harmattan/Harmattan-${version}.zip"
diff --git a/srcpkgs/font-sil-lateef/template b/srcpkgs/font-sil-lateef/template
index d4027bff48f4..0c39f1e9ccf0 100644
--- a/srcpkgs/font-sil-lateef/template
+++ b/srcpkgs/font-sil-lateef/template
@@ -5,7 +5,7 @@ revision=2
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Extended Arabic script font named after Shah Abdul Lateef Bhitai"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/lateef/"
 distfiles="https://software.sil.org/downloads/r/lateef/LateefGR-${version}.zip"
diff --git a/srcpkgs/font-sil-mingzat/template b/srcpkgs/font-sil-mingzat/template
index 3a7dff4d7979..f9ff2511e237 100644
--- a/srcpkgs/font-sil-mingzat/template
+++ b/srcpkgs/font-sil-mingzat/template
@@ -5,7 +5,7 @@ revision=2
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Script used by the Lepcha language of South Asia since Unicode 5.1"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/Mingzat/"
 distfiles="https://software.sil.org/downloads/r/mingzat/Mingzat-$version.zip"
diff --git a/srcpkgs/font-sil-mondulkiri/template b/srcpkgs/font-sil-mondulkiri/template
index 35ce80c0bed7..97bb3940ad03 100644
--- a/srcpkgs/font-sil-mondulkiri/template
+++ b/srcpkgs/font-sil-mondulkiri/template
@@ -5,7 +5,7 @@ revision=2
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Unicode-compliant font family for the Khmer script"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/Mondulkiri/"
 distfiles="https://software.sil.org/downloads/r/mondulkiri/Mondulkiri-${version}.zip"
diff --git a/srcpkgs/font-sil-namdhinggo/template b/srcpkgs/font-sil-namdhinggo/template
index f17004e7bdb7..7f691bc21483 100644
--- a/srcpkgs/font-sil-namdhinggo/template
+++ b/srcpkgs/font-sil-namdhinggo/template
@@ -5,7 +5,7 @@ revision=2
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Namdhinggo SIL is a Unicode font for the Limbu writing system of Nepal"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/Namdhinggo/"
 distfiles="https://software.sil.org/downloads/r/namdhinggo/NamdhinggoSIL-$version.zip"
diff --git a/srcpkgs/font-sil-nuosu/template b/srcpkgs/font-sil-nuosu/template
index 7b213d6e0ce5..51ed6aac42ac 100644
--- a/srcpkgs/font-sil-nuosu/template
+++ b/srcpkgs/font-sil-nuosu/template
@@ -5,7 +5,7 @@ revision=2
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Nuosu SIL is a single Unicode font for the standardized Yi script"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/nuosu/"
 distfiles="https://software.sil.org/downloads/r/nuosu/NuosuSIL-${version}.zip"
diff --git a/srcpkgs/font-sil-padauk/template b/srcpkgs/font-sil-padauk/template
index edb7185d22f5..6224b847b607 100644
--- a/srcpkgs/font-sil-padauk/template
+++ b/srcpkgs/font-sil-padauk/template
@@ -5,7 +5,7 @@ revision=2
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Font with broad support for writing systems that use the Myanmar script"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/padauk/"
 distfiles="https://software.sil.org/downloads/r/padauk/Padauk-${version}.zip"
diff --git a/srcpkgs/font-sil-scheherazade/template b/srcpkgs/font-sil-scheherazade/template
index ab92dc5b7f3e..c80ac589f07f 100644
--- a/srcpkgs/font-sil-scheherazade/template
+++ b/srcpkgs/font-sil-scheherazade/template
@@ -5,7 +5,7 @@ revision=2
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Font designed in a similar style to traditional Naskh typefaces"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/scheherazade/"
 distfiles="https://software.sil.org/downloads/r/scheherazade/Scheherazade-${version}.zip"
diff --git a/srcpkgs/font-sil-sophia-nubian/template b/srcpkgs/font-sil-sophia-nubian/template
index 394ed975d087..1b86cd952ab3 100644
--- a/srcpkgs/font-sil-sophia-nubian/template
+++ b/srcpkgs/font-sil-sophia-nubian/template
@@ -5,7 +5,7 @@ revision=2
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Sans serif Unicode-compliant Coptic font for Nubian languages"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/SophiaNubian/"
 distfiles="https://software.sil.org/downloads/r/sophianubian/SophiaNubian-${version}.zip"
diff --git a/srcpkgs/font-sil-tai-heritage-pro/template b/srcpkgs/font-sil-tai-heritage-pro/template
index f7d64e9b70cc..2e8cd22ca439 100644
--- a/srcpkgs/font-sil-tai-heritage-pro/template
+++ b/srcpkgs/font-sil-tai-heritage-pro/template
@@ -5,7 +5,7 @@ revision=2
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Typeface that reflects the traditional style of the Tai Viet script"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="OFL-1.1"
 homepage="https://software.sil.org/taiheritage/"
 distfiles="https://software.sil.org/downloads/r/taiheritage/TaiHeritagePro-${version}.zip"
diff --git a/srcpkgs/libtd/template b/srcpkgs/libtd/template
index 92b3185b0baf..a54fe851decf 100644
--- a/srcpkgs/libtd/template
+++ b/srcpkgs/libtd/template
@@ -7,7 +7,7 @@ build_helper=qemu
 hostmakedepends="gperf"
 makedepends="openssl-devel zlib-devel"
 short_desc="Cross-platform library for building Telegram clients"
-maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSL-1.0"
 homepage="https://core.telegram.org/tdlib"
 distfiles="https://github.com/tdlib/td/archive/v${version}.tar.gz"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: srcpkgs: remove sirikid from maintainer fields
  2022-11-08 19:16 [PR PATCH] srcpkgs: remove sirikid from maintainer fields sirikid
  2022-11-08 19:29 ` [PR PATCH] [Updated] " sirikid
@ 2022-11-08 20:19 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-11-08 20:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 184 bytes --]

There's a merged pull request on the void-packages repository

srcpkgs: remove sirikid from maintainer fields
https://github.com/void-linux/void-packages/pull/40389

Description:
None

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-08 20:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-08 19:16 [PR PATCH] srcpkgs: remove sirikid from maintainer fields sirikid
2022-11-08 19:29 ` [PR PATCH] [Updated] " sirikid
2022-11-08 20:19 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).