diff options
author | John Marino <marino@FreeBSD.org> | 2017-02-04 14:57:09 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2017-02-04 14:57:09 +0000 |
commit | eeb37769fc7107bef1931681a75716cf2f2464b2 (patch) | |
tree | 8da6c85daedc9a836a762e41e1ef942b3d84b257 | |
parent | net/py-python-cinderclient: update to 1.10.0 (diff) |
lang/sbcl: reset maintainer upon request
PR: 216780
Notes
Notes:
svn path=/head/; revision=433314
-rw-r--r-- | lang/sbcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index b53923d3ee12..7c8f5331c143 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/sbcl/sbcl/${PORTVERSION} \ LOCAL/marino:binaries DISTFILES= sbcl-${PORTVERSION}-source.tar.bz2 -MAINTAINER= pavelivolkov@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Common Lisp development system derived from the CMU CL system LICENSE= sbcl |