diff options
author | sbz <sbz@FreeBSD.org> | 2011-03-18 18:04:54 +0800 |
---|---|---|
committer | sbz <sbz@FreeBSD.org> | 2011-03-18 18:04:54 +0800 |
commit | 889aa3f769766b38cd9dab703185d7adafac1f20 (patch) | |
tree | eabec3f66fff867869c46c175eb349cc75e185d8 /security/py-paramiko | |
parent | c4f7dd2e119012be054ffc974c421f1d4bfac54d (diff) | |
download | freebsd-ports-gnome-889aa3f769766b38cd9dab703185d7adafac1f20.tar.gz freebsd-ports-gnome-889aa3f769766b38cd9dab703185d7adafac1f20.tar.zst freebsd-ports-gnome-889aa3f769766b38cd9dab703185d7adafac1f20.zip |
Update my MAINTAINER address to sbz at FreeBSD.org.
Approved by: jadawin@ (mentor)
Diffstat (limited to 'security/py-paramiko')
-rw-r--r-- | security/py-paramiko/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-paramiko/Makefile b/security/py-paramiko/Makefile index 1221bdafa051..ae72679e1ea0 100644 --- a/security/py-paramiko/Makefile +++ b/security/py-paramiko/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security python MASTER_SITES= http://www.lag.net/paramiko/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= sbrabez@gmail.com +MAINTAINER= sbz@FreeBSD.org COMMENT= A python library for making SSH2 connections RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto |