Received: by mail.netbsd.org (Postfix, from userid 605) id 684DC84F60; Sat, 28 Jan 2023 13:11:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9A1CE84F5E for ; Sat, 28 Jan 2023 13:11:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id UF4FfDewMADK for ; Sat, 28 Jan 2023 13:11:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1837D84D14 for ; Sat, 28 Jan 2023 13:11:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 15802FA90; Sat, 28 Jan 2023 13:11:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1674911506245940" MIME-Version: 1.0 Date: Sat, 28 Jan 2023 13:11:46 +0000 From: "pin" Subject: CVS commit: pkgsrc/news/neix To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20230128131146.15802FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1674911506245940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Sat Jan 28 13:11:46 UTC 2023 Modified Files: pkgsrc/news/neix: Makefile Log Message: news/neix: reset maintainer for dead upstream To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/news/neix/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1674911506245940 Content-Disposition: inline Content-Length: 703 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/news/neix/Makefile diff -u pkgsrc/news/neix/Makefile:1.9 pkgsrc/news/neix/Makefile:1.10 --- pkgsrc/news/neix/Makefile:1.9 Wed Oct 26 10:31:53 2022 +++ pkgsrc/news/neix/Makefile Sat Jan 28 13:11:45 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2022/10/26 10:31:53 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2023/01/28 13:11:45 pin Exp $ DISTNAME= neix-0.1.5 PKGREVISION= 3 @@ -6,7 +6,7 @@ CATEGORIES= news MASTER_SITES= ${MASTER_SITE_GITHUB:=qw3rtty/} GITHUB_TAG= v${PKGVERSION_NOREV} -MAINTAINER= pin@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/tomschwarz/neix/ COMMENT= RSS/Atom feed reader for your terminal LICENSE= gnu-gpl-v3 --_----------=_1674911506245940--