diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-03-22 08:57:43 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-03-22 08:57:43 +0000 |
commit | 0bd6fdcb2b6ec942cccc3965199729d74910180d (patch) | |
tree | ab6ace0b4ba82c7a0c137918c4719fa5d42d7257 | |
parent | f61d79266f68df3b901cc0f4ff6ceb2d4db24c46 (diff) |
- Pass maintainership to submitter
PR: 217674
Submitted by: mshirk@daemon-security.com
Notes
Notes:
svn path=/head/; revision=436681
-rw-r--r-- | security/srm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/srm/Makefile b/security/srm/Makefile index 4607f4bff3c6..36021965340e 100644 --- a/security/srm/Makefile +++ b/security/srm/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} \ SF/${PORTNAME}/old_releases \ SF/${PORTNAME}/old_releases/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mshirk@daemon-security.com COMMENT= Secure rm, a utility which destroys file contents before unlinking LICENSE= MIT |