From 795cb95fcc2dd43d40d25da690f75a8970d492b1 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 23 Jul 2020 18:14:16 +0300 Subject: [PATCH] URL fixes --- README | 4 ++-- doc/download.rst | 2 +- doc/feedback.rst | 4 ++-- doc/install.rst | 6 +++--- makedist.sh | 6 +++--- setup.py | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README b/README index b4d771c..d32d283 100644 --- a/README +++ b/README @@ -33,11 +33,11 @@ PyDERASN -- strict and fast ASN.1 DER/CER/BER library for Python pyderasn is free software: see the file COPYING.LESSER for copying conditions. -PyDERASN home page is: http://pyderasn.cypherpunks.ru/ +PyDERASN home page is: http://www.pyderasn.cypherpunks.ru/ Please send questions, bug reports and patches to https://lists.cypherpunks.ru/mailman/listinfo/pyderasn-devel mailing list. Announcements also go to this mailing list. Development Git source code repository currently is located here: -https://git.cypherpunks.ru/cgit.cgi/pyderasn.git/ +http://git.cypherpunks.ru/cgit.cgi/pyderasn.git/ diff --git a/doc/download.rst b/doc/download.rst index 5c113dc..503c607 100644 --- a/doc/download.rst +++ b/doc/download.rst @@ -4,4 +4,4 @@ Download ======== You can obtain releases source code prepared tarballs on -`official website `__. +`official website `__. diff --git a/doc/feedback.rst b/doc/feedback.rst index d83f51b..77ee26d 100644 --- a/doc/feedback.rst +++ b/doc/feedback.rst @@ -5,6 +5,6 @@ Please send questions regarding the use of PyDERASN, bug reports and patches to `pyderasn-devel `__ mailing list. Announcements also go to this mailing list. -Official website is http://pyderasn.cypherpunks.ru/. +Official website is http://www.pyderasn.cypherpunks.ru/. Development Git source code repository is located here: -https://git.cypherpunks.ru/cgit.cgi/pyderasn.git/. +http://git.cypherpunks.ru/cgit.cgi/pyderasn.git/. diff --git a/doc/install.rst b/doc/install.rst index 7ec013b..c8482ef 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -2,10 +2,10 @@ Install ======= Preferable way is to :ref:`download ` tarball with the -signature from `official website `__:: +signature from `official website `__:: - $ [fetch|wget] http://pyderasn.cypherpunks.ru/pyderasn-8.1.tar.xz - $ [fetch|wget] http://pyderasn.cypherpunks.ru/pyderasn-8.1.tar.xz.sig + $ [fetch|wget] http://www.pyderasn.cypherpunks.ru/pyderasn-8.1.tar.xz + $ [fetch|wget] http://www.pyderasn.cypherpunks.ru/pyderasn-8.1.tar.xz.sig $ gpg --verify pyderasn-8.1.tar.xz.sig pyderasn-8.1.tar.xz $ xz --decompress --stdout pyderasn-8.1.tar.xz | tar xf - $ cd pyderasn-8.1 diff --git a/makedist.sh b/makedist.sh index 5217f0b..da40c44 100755 --- a/makedist.sh +++ b/makedist.sh @@ -67,12 +67,12 @@ The main improvements for that release are: ------------------------ >8 ------------------------ -PyDERASN'es home page is: http://pyderasn.cypherpunks.ru/ +PyDERASN'es home page is: http://www.pyderasn.cypherpunks.ru/ Source code and its signature for that version can be found here: - http://pyderasn.cypherpunks.ru/download/pyderasn-${release}.tar.xz ($size KiB) - http://pyderasn.cypherpunks.ru/download/pyderasn-${release}.tar.xz.sig + http://www.pyderasn.cypherpunks.ru/download/pyderasn-${release}.tar.xz ($size KiB) + http://www.pyderasn.cypherpunks.ru/download/pyderasn-${release}.tar.xz.sig SHA256 hash: $hash GPG key: 2ED6 C846 3051 02DF 5B4E 0383 04A9 33D1 BA20 327A diff --git a/setup.py b/setup.py index b2d641d..2bb5aaf 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( long_description=open("README", "rb").read().decode("utf-8"), author="Sergey Matveev", author_email="stargrave@stargrave.org", - url="http://pyderasn.cypherpunks.ru/", + url="http://www.pyderasn.cypherpunks.ru/", license="LGPLv3", classifiers=[ "Development Status :: 5 - Production/Stable", -- 2.44.0