pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/alacritty



Module Name:    pkgsrc
Committed By:   pin
Date:           Mon May 22 18:02:03 UTC 2023

Modified Files:
        pkgsrc/x11/alacritty: Makefile

Log Message:
x11/alacritty: unintended maintainer change

Didn't mean to take over maintainership.
I do maintain alacritty-dev in wip, currently 0.13.0 and managed to copy
the Makefile header. Sorry.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/alacritty/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/alacritty/Makefile
diff -u pkgsrc/x11/alacritty/Makefile:1.22 pkgsrc/x11/alacritty/Makefile:1.23
--- pkgsrc/x11/alacritty/Makefile:1.22  Mon May 22 17:50:21 2023
+++ pkgsrc/x11/alacritty/Makefile       Mon May 22 18:02:03 2023
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.22 2023/05/22 17:50:21 pin Exp $
+# $NetBSD: Makefile,v 1.23 2023/05/22 18:02:03 pin Exp $
 
 DISTNAME=      alacritty-0.12.1
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=alacritty/}
 GITHUB_TAG=    refs/tags/v${PKGVERSION_NOREV}
 
-MAINTAINER=    pin%NetBSD.org@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/alacritty/alacritty
 COMMENT=       Cross-platform, GPU-accelerated terminal emulator
 LICENSE=       apache-2.0



Home | Main Index | Thread Index | Old Index