diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2019-07-12 12:20:34 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2019-07-12 12:20:34 +0000 |
commit | 2e782655b84cc173b44d0385cc1a2496167d95a4 (patch) | |
tree | a7325278c9cc7f3a94ae02eefe4449ef557729de /Tools | |
parent | 466863dbc984df90e46cba730159a51ac98c6b38 (diff) | |
download | freebsd-ports-2e782655b84cc173b44d0385cc1a2496167d95a4.zip |
Transfer maintainership of this script to mandree@ based on conversations
we've been having after I was planning to EOL it last year and a nice
revamp of this script he has prepared.
Thank you for taking this over, and good luck, Matthias!
PR: 192706
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/scripts/bump_revision.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/bump_revision.pl b/Tools/scripts/bump_revision.pl index c131dbab9623..d0a9057d5de6 100755 --- a/Tools/scripts/bump_revision.pl +++ b/Tools/scripts/bump_revision.pl @@ -3,7 +3,7 @@ # $FreeBSD$ # -# MAINTAINER= gerald@FreeBSD.org +# MAINTAINER= mandree@FreeBSD.org # use Getopt::Std; |