diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2022-10-09 20:38:40 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2022-10-09 20:38:40 +0000 |
commit | a466dcfb17d057ca2693fb02bb0740b533e1c1ce (patch) | |
tree | 4da1a8eb7c58adcb2cc8533305f546f0802de739 | |
parent | 630c401042f53060064c12baf7e4e8b6b9d9e7c7 (diff) | |
download | ports-a466dcfb17d057ca2693fb02bb0740b533e1c1ce.tar.gz ports-a466dcfb17d057ca2693fb02bb0740b533e1c1ce.zip |
net/x2goclient(-cli): Release maintainership
-rw-r--r-- | net/x2goclient-cli/Makefile | 2 | ||||
-rw-r--r-- | net/x2goclient/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/x2goclient-cli/Makefile b/net/x2goclient-cli/Makefile index c54d920556f0..5e9b9e8ee56f 100644 --- a/net/x2goclient-cli/Makefile +++ b/net/x2goclient-cli/Makefile @@ -5,7 +5,7 @@ CATEGORIES= net MASTER_SITES= http://x2go.obviously-nice.de/deb/pool-lenny/x2goclient-cli/ DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= nc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The x2go perl client WWW= https://www.x2go.org/ diff --git a/net/x2goclient/Makefile b/net/x2goclient/Makefile index e6833a5fcec2..cccca0216512 100644 --- a/net/x2goclient/Makefile +++ b/net/x2goclient/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://code.x2go.org/releases/source/x2goclient/ -MAINTAINER= nc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Qt client for the X2Go system WWW= https://www.x2go.org/ |