diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-02-08 20:18:08 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-02-08 20:18:08 +0000 |
commit | d6c95efd94b021aec74ec072cbc2b9501081f3a6 (patch) | |
tree | d8d8019d8a467f25fe8e1ae30923fc00be7dc00e /net/py-python-designateclient | |
parent | Python bindings for libversion, which provides fast, powerful (diff) |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=461265
Diffstat (limited to 'net/py-python-designateclient')
-rw-r--r-- | net/py-python-designateclient/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-python-designateclient/pkg-descr b/net/py-python-designateclient/pkg-descr index 6836237ea9ed..71af780d64d8 100644 --- a/net/py-python-designateclient/pkg-descr +++ b/net/py-python-designateclient/pkg-descr @@ -1,4 +1,4 @@ This is a client library for Designate built on the Designate API. It provides a Python API (the designateclient module) and a command-line tool (designate). -WWW: http://pypi.python.org/pypi/python-designateclient +WWW: https://pypi.python.org/pypi/python-designateclient |