Github messages for voidlinux
 help / color / mirror / Atom feed
From: nilium <nilium@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] srcpkgs: update maintainer email.
Date: Wed, 29 Apr 2020 18:15:36 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21473@inbox.vuxu.org> (raw)

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

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

https://github.com/nilium/ecks-bops-packages update-email
https://github.com/void-linux/void-packages/pull/21473

srcpkgs: update maintainer email.
Other packages with the old email are or have already been covered by release updates.

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

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

From 576ee92e143a96310e8c4d68a08f110216cf4588 Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@nil.dev>
Date: Wed, 29 Apr 2020 09:04:13 -0700
Subject: [PATCH] srcpkgs: update maintainer email.

---
 srcpkgs/gron/template   | 4 ++--
 srcpkgs/img/template    | 4 ++--
 srcpkgs/sops/template   | 4 ++--
 srcpkgs/wrk/template    | 4 ++--
 srcpkgs/xq-api/template | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/gron/template b/srcpkgs/gron/template
index 48c9c3a013d..566d222a195 100644
--- a/srcpkgs/gron/template
+++ b/srcpkgs/gron/template
@@ -1,12 +1,12 @@
 # Template file for 'gron'
 pkgname=gron
 version=0.6.0
-revision=1
+revision=2
 build_style=go
 go_import_path=github.com/tomnomnom/gron
 hostmakedepends="git"
 short_desc="Tool to make JSON greppable"
-maintainer="Noel Cower <ncower@gmail.com>"
+maintainer="Noel Cower <ncower@nil.dev>"
 license="MIT"
 homepage="https://github.com/tomnomnom/gron"
 distfiles="${homepage}/archive/v${version}.tar.gz"
diff --git a/srcpkgs/img/template b/srcpkgs/img/template
index e176fe6dc3a..d46ae97a93f 100644
--- a/srcpkgs/img/template
+++ b/srcpkgs/img/template
@@ -1,13 +1,13 @@
 # Template file for 'img'
 pkgname=img
 version=0.5.7
-revision=1
+revision=2
 build_style=go
 go_import_path=github.com/genuinetools/img
 go_build_tags="noembed seccomp"
 depends="libseccomp runc shadow"
 short_desc="Standalone, daemonless, unprivileged container image builder"
-maintainer="Noel Cower <ncower@gmail.com>"
+maintainer="Noel Cower <ncower@nil.dev>"
 license="MIT"
 homepage="https://github.com/genuinetools/img"
 distfiles="${homepage}/archive/v${version}.tar.gz"
diff --git a/srcpkgs/sops/template b/srcpkgs/sops/template
index d2e39c54522..3f82978fcee 100644
--- a/srcpkgs/sops/template
+++ b/srcpkgs/sops/template
@@ -1,12 +1,12 @@
 # Template file for 'sops'
 pkgname=sops
 version=3.5.0
-revision=1
+revision=2
 build_style=go
 go_import_path="go.mozilla.org/sops/v3/cmd/sops"
 hostmakedepends="git"
 short_desc="Simple and flexible tool for managing secrets"
-maintainer="Noel Cower <ncower@gmail.com>"
+maintainer="Noel Cower <ncower@nil.dev>"
 license="MPL-2.0"
 homepage="https://github.com/mozilla/sops"
 distfiles="${homepage}/archive/v${version}.tar.gz"
diff --git a/srcpkgs/wrk/template b/srcpkgs/wrk/template
index 97f0e757774..251dcae88a3 100644
--- a/srcpkgs/wrk/template
+++ b/srcpkgs/wrk/template
@@ -1,13 +1,13 @@
 # Template file for 'wrk'
 pkgname=wrk
 version=4.1.0
-revision=3
+revision=4
 build_style=gnu-makefile
 make_build_args="VER=${version} WITH_OPENSSL=/usr WITH_LUAJIT=/usr"
 hostmakedepends="LuaJIT"
 makedepends="LuaJIT-devel libressl-devel"
 short_desc="Modern HTTP benchmarking tool"
-maintainer="Noel Cower <ncower@gmail.com>"
+maintainer="Noel Cower <ncower@nil.dev>"
 license="Apache-2.0"
 homepage="https://github.com/wg/wrk"
 distfiles="https://github.com/wg/wrk/archive/${version}.tar.gz"
diff --git a/srcpkgs/xq-api/template b/srcpkgs/xq-api/template
index 61b342f771b..16e97083cae 100644
--- a/srcpkgs/xq-api/template
+++ b/srcpkgs/xq-api/template
@@ -1,13 +1,13 @@
 # Template file for 'xq-api'
 pkgname=xq-api
 version=0.4.0
-revision=1
+revision=2
 build_style=go
 go_import_path=go.spiff.io/xq-api
 conf_files="/etc/sv/xq-api/conf"
 make_dirs="/var/lib/xq-api 0755 _xqapi _xqapi"
 short_desc="HTTP-based xbps repodata query API"
-maintainer="Noel Cower <ncower@gmail.com>"
+maintainer="Noel Cower <ncower@nil.dev>"
 license="BSD-2-Clause"
 homepage="https://github.com/nilium/xq-api"
 distfiles="https://github.com/nilium/xq-api/archive/v${version}.tar.gz"

             reply	other threads:[~2020-04-29 16:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-29 16:15 nilium [this message]
2020-04-29 16:33 ` [PR PATCH] [Updated] " nilium
2020-04-30 15:03 ` [PR PATCH] [Merged]: " Piraty

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21473@inbox.vuxu.org \
    --to=nilium@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).