diff options
author | nia <nia@pkgsrc.org> | 2018-09-19 20:40:45 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2018-09-19 20:40:45 +0000 |
commit | c4f642caaf40a86f31731185f6768104e3169043 (patch) | |
tree | a689c9c539b92cb09fb14645185150e489eea925 /chat | |
parent | 1228eb85dbf889c09046116efc68519079c88adf (diff) | |
download | pkgsrc-c4f642caaf40a86f31731185f6768104e3169043.tar.gz |
py-axolotl-curve25519: Add MAINTAINER.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/py-axolotl-curve25519/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/py-axolotl-curve25519/Makefile b/chat/py-axolotl-curve25519/Makefile index a2f64598393..00b9fd891d9 100644 --- a/chat/py-axolotl-curve25519/Makefile +++ b/chat/py-axolotl-curve25519/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2018/09/19 20:39:52 nia Exp $ +# $NetBSD: Makefile,v 1.2 2018/09/19 20:40:45 nia Exp $ PKGNAME= ${PYPKGPREFIX}-axolotl-curve25519-0.4.1.2 DISTNAME= python-axolotl-curve25519-0.4.1.post2 CATEGORIES= chat security python MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-axolotl-curve25519/} +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/tgalal/python-axolotl-curve25519 COMMENT= Python wrapper for curve25519 with ed25519 signatures LICENSE= gnu-gpl-v3 |