Received: by mail.netbsd.org (Postfix, from userid 605) id 7C7CB84D84; Tue, 18 Dec 2018 16:06:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 82D8A84D73 for ; Tue, 18 Dec 2018 16:06:38 +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 A5MbiC8o53Zt for ; Tue, 18 Dec 2018 16:06:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B568F84D39 for ; Tue, 18 Dec 2018 16:06:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AD11AFB16; Tue, 18 Dec 2018 16:06:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1545149197175580" MIME-Version: 1.0 Date: Tue, 18 Dec 2018 16:06:37 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/x11/kitty To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20181218160637.AD11AFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1545149197175580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Dec 18 16:06:37 UTC 2018 Modified Files: pkgsrc/x11/kitty: Makefile Log Message: kitty: drop maintainership since i'm no longer using this. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/kitty/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1545149197175580 Content-Disposition: inline Content-Length: 700 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/kitty/Makefile diff -u pkgsrc/x11/kitty/Makefile:1.3 pkgsrc/x11/kitty/Makefile:1.4 --- pkgsrc/x11/kitty/Makefile:1.3 Wed Nov 28 19:28:37 2018 +++ pkgsrc/x11/kitty/Makefile Tue Dec 18 16:06:37 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2018/11/28 19:28:37 nia Exp $ +# $NetBSD: Makefile,v 1.4 2018/12/18 16:06:37 nia Exp $ DISTNAME= kitty-0.12.3 CATEGORIES= x11 @@ -6,7 +6,7 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=kovi GITHUB_PROJECT= kitty GITHUB_TAG= v${PKGVERSION_NOREV} -MAINTAINER= nia@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://sw.kovidgoyal.net/kitty/index.html COMMENT= GPU based terminal emulator LICENSE= gnu-gpl-v3 --_----------=_1545149197175580--