diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-02-09 04:18:08 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-02-09 04:18:08 +0800 |
commit | 8304a9e03bb7283ced8fa776db6f086fcb314a68 (patch) | |
tree | d8d8019d8a467f25fe8e1ae30923fc00be7dc00e /deskutils | |
parent | 873f5e09ae07746ea38d772944332f317883dd5d (diff) | |
download | freebsd-ports-gnome-8304a9e03bb7283ced8fa776db6f086fcb314a68.tar.gz freebsd-ports-gnome-8304a9e03bb7283ced8fa776db6f086fcb314a68.tar.zst freebsd-ports-gnome-8304a9e03bb7283ced8fa776db6f086fcb314a68.zip |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/py-pystash/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/py-pystash/pkg-descr b/deskutils/py-pystash/pkg-descr index a3be878cd254..d5840722732d 100644 --- a/deskutils/py-pystash/pkg-descr +++ b/deskutils/py-pystash/pkg-descr @@ -1,4 +1,4 @@ Save your code snippets in the cloud (http://trystash.com/) from the command line. -WWW: http://pypi.python.org/pypi/pystash/ +WWW: https://pypi.python.org/pypi/pystash |