diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-22 11:18:49 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-22 11:18:49 +0800 |
commit | 0b4fc20c8d8da615e455b3d30887967292c76274 (patch) | |
tree | ba504d91979dde6b87eccea8188e6ce8a9dd4e1d /net/py-python-neutronclient | |
parent | net/py-python-keystoneclient: Update to 5.2.0 (diff) |
net/py-python-neutronclient: Update WWW and clean up pkg-descr
Diffstat (limited to 'net/py-python-neutronclient')
-rw-r--r-- | net/py-python-neutronclient/Makefile | 3 | ||||
-rw-r--r-- | net/py-python-neutronclient/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/net/py-python-neutronclient/Makefile b/net/py-python-neutronclient/Makefile index 7911bb94defe..47bbd7687414 100644 --- a/net/py-python-neutronclient/Makefile +++ b/net/py-python-neutronclient/Makefile @@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= CLI and Client Library for OpenStack Networking -WWW= https://docs.openstack.org/python-neutronclient/latest/ +WWW= https://docs.openstack.org/python-neutronclient/latest/ \ + https://github.com/openstack/python-neutronclient LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net/py-python-neutronclient/pkg-descr b/net/py-python-neutronclient/pkg-descr index 44ce1aa3bbd6..1b716f1478e6 100644 --- a/net/py-python-neutronclient/pkg-descr +++ b/net/py-python-neutronclient/pkg-descr @@ -1,4 +1,2 @@ This is a client library for Neutron built on the Neutron API. It provides a Python API (the neutronclient module) and a command-line tool (neutron). - -See also: https://github.com/openstack/python-neutronclient |