diff options
author | gdt <gdt@pkgsrc.org> | 2020-07-27 16:37:52 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2020-07-27 16:37:52 +0000 |
commit | 729400414750ff3c2427ef2c46160c195ff5c953 (patch) | |
tree | 477be214aa9c789714ca4b22031066a64636535e /devel/fann | |
parent | dec7b58fe72ee89d41bb0c192cbac279e3c6a6f5 (diff) | |
download | pkgsrc-729400414750ff3c2427ef2c46160c195ff5c953.tar.gz |
multiple: Drop MAINTAINERship
These are simply things I no longer use
Diffstat (limited to 'devel/fann')
-rw-r--r-- | devel/fann/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/fann/Makefile.common b/devel/fann/Makefile.common index f5a54e2700c..6c5f3489a30 100644 --- a/devel/fann/Makefile.common +++ b/devel/fann/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2020/01/26 17:30:56 rillig Exp $ +# $NetBSD: Makefile.common,v 1.6 2020/07/27 16:37:52 gdt Exp $ # used by devel/fann/Makefile # TODO: fold this into Makefile. @@ -8,5 +8,5 @@ DISTNAME= fann-${FANNVERSION} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=libfann/} -MAINTAINER= gdt@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://leenissen.dk/fann/wp/ |