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 /news | |
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 'news')
-rw-r--r-- | news/py-pynzb/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/py-pynzb/pkg-descr b/news/py-pynzb/pkg-descr index 6b42af5f7592..b31b63c0d05e 100644 --- a/news/py-pynzb/pkg-descr +++ b/news/py-pynzb/pkg-descr @@ -5,4 +5,4 @@ Since NZB is XML-based, it's relatively easy to build one-off parsers to parse NZB files. This project is an attempt to consolidate those many one-off NZB parsers into one simple interface. -WWW: https://pypi.python.org/pypi/pynzb/ +WWW: https://pypi.python.org/pypi/pynzb |