diff options
author | Lewis Cook <lcook@FreeBSD.org> | 2021-01-22 10:08:51 +0000 |
---|---|---|
committer | Lewis Cook <lcook@FreeBSD.org> | 2021-01-22 10:08:51 +0000 |
commit | a5c7f2939c4c239326348dd763b63e00a4202f5d (patch) | |
tree | bbdd978d6b08297bf2261b52edf71d0c712e7db4 /devel/golangci-lint | |
parent | 7d69d3cc85a1d77a6ccfc580ed989a12f2e5fef4 (diff) | |
download | ports-a5c7f2939c4c239326348dd763b63e00a4202f5d.tar.gz ports-a5c7f2939c4c239326348dd763b63e00a4202f5d.zip |
Update MAINTAINER fields for myself (lcook)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D28279
Notes
Notes:
svn path=/head/; revision=562287
Diffstat (limited to 'devel/golangci-lint')
-rw-r--r-- | devel/golangci-lint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/golangci-lint/Makefile b/devel/golangci-lint/Makefile index 2d5bc2f49227..43b14bfcc59a 100644 --- a/devel/golangci-lint/Makefile +++ b/devel/golangci-lint/Makefile @@ -5,7 +5,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 1.35.2 CATEGORIES= devel -MAINTAINER= vulcan@wired.sh +MAINTAINER= lcook@FreeBSD.org COMMENT= Linters Runner for Go LICENSE= GPLv3 |