pkgsrc-WIP-changes archive

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

cmark: Fix typo in MAINTAINER (thanks leot@)



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Feb 28 14:29:48 2016 +0100
Changeset:	102462020baadcae95ddf4e474653ca23f27d502

Modified Files:
	cmark/Makefile

Log Message:
cmark: Fix typo in MAINTAINER (thanks leot@)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=102462020baadcae95ddf4e474653ca23f27d502

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

diffstat:
 cmark/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/cmark/Makefile b/cmark/Makefile
index 04723e1..0b90867 100644
--- a/cmark/Makefile
+++ b/cmark/Makefile
@@ -4,7 +4,7 @@ DISTNAME=	cmark-0.24.1
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=jgm/}
 
-MAINTAINER=	pkgsrc-users%NetBSD.rog@localhost
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	${MASTER_SITE_GITHUB:=jgm/cmark/}
 COMMENT=	CommonMark parsing and rendering library and program in C
 LICENSE=	2-clause-bsd


Home | Main Index | Thread Index | Old Index