diff options
author | fcambus <fcambus@pkgsrc.org> | 2022-06-27 15:29:13 +0000 |
---|---|---|
committer | fcambus <fcambus@pkgsrc.org> | 2022-06-27 15:29:13 +0000 |
commit | 1c2df00f9e8b397d21893480f9e1f857b84adb39 (patch) | |
tree | 732fe28679e2e3b976fe635faf44bee87ad331be /comms | |
parent | 5e9999b768ed2492bf2f47086cedaf224b69e42d (diff) | |
download | pkgsrc-1c2df00f9e8b397d21893480f9e1f857b84adb39.tar.gz |
*: drop maintainership for packages not related to toolchains and ELF.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/qodem/Makefile | 4 | ||||
-rw-r--r-- | comms/tio/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/qodem/Makefile b/comms/qodem/Makefile index c04344fc9bb..b34b279ac93 100644 --- a/comms/qodem/Makefile +++ b/comms/qodem/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2022/05/12 08:39:48 fcambus Exp $ +# $NetBSD: Makefile,v 1.6 2022/06/27 15:29:14 fcambus Exp $ DISTNAME= qodem-1.0.1 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qodem/} -MAINTAINER= fcambus@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://qodem.sourceforge.net/ COMMENT= Re-implementation of the DOS-era Qmodem serial communications package LICENSE= cc0-1.0-universal diff --git a/comms/tio/Makefile b/comms/tio/Makefile index eed96f56837..4775a9b687f 100644 --- a/comms/tio/Makefile +++ b/comms/tio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2022/06/18 14:52:15 fcambus Exp $ +# $NetBSD: Makefile,v 1.12 2022/06/27 15:29:14 fcambus Exp $ DISTNAME= tio-1.40 CATEGORIES= comms @@ -6,7 +6,7 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=tio/} GITHUB_RELEASE= v${PKGVERSION_NOREV} EXTRACT_SUFX= .tar.xz -MAINTAINER= fcambus@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/tio/tio COMMENT= Simple TTY terminal I/O application LICENSE= gnu-gpl-v2 |