diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2018-05-09 10:43:26 +0000 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2018-05-09 10:43:26 +0000 |
commit | c31ceab7eb7e22efa2c62cdb7b743a0e1235df78 (patch) | |
tree | 01f77fa71c01ae6dc73c0954315e2e3c1882d9b4 /www/drush | |
parent | 77fb06d2ff89532d6d30c6553a94cf6ffa93ab71 (diff) |
Changed the MAINTAINER of all my ports to have mfechner@FreeBSD.org listed.
Reviewed by: tz (mentor)
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D15270
Notes
Notes:
svn path=/head/; revision=469442
Diffstat (limited to 'www/drush')
-rw-r--r-- | www/drush/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/drush/Makefile b/www/drush/Makefile index f9d4730a288e..908958cf9f52 100644 --- a/www/drush/Makefile +++ b/www/drush/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= https://github.com/drush-ops/drush/releases/download/${DISTVERSION DISTNAME= drush EXTRACT_SUFX= .phar -MAINTAINER= idefix@fechner.net +MAINTAINER= mfechner@FreeBSD.org COMMENT= Drupal command line and scripting interface LICENSE= GPLv2+ |