]> Cypherpunks.ru repositories - pyderasn.git/commitdiff
URL fixes
authorSergey Matveev <stargrave@stargrave.org>
Thu, 23 Jul 2020 15:14:16 +0000 (18:14 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 23 Jul 2020 15:14:16 +0000 (18:14 +0300)
README
doc/download.rst
doc/feedback.rst
doc/install.rst
makedist.sh
setup.py

diff --git a/README b/README
index b4d771cf3f14486dfecc45668b8f126b02aaed1c..d32d28358d23d0ec9d45ad1b1e1e764f7dc9945c 100644 (file)
--- 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/
index 5c113dc62b9789441f3e3c84d810f66e0f9950e7..503c6077ec56e95dc437318d2f5dab4ce688a8ba 100644 (file)
@@ -4,4 +4,4 @@ Download
 ========
 
 You can obtain releases source code prepared tarballs on
-`official website <http://pyderasn.cypherpunks.ru/>`__.
+`official website <http://www.pyderasn.cypherpunks.ru/>`__.
index d83f51bdebddcb72922c1998f616dc7ef48fb1d1..77ee26dc1fc8d6df99baf9467d32c5d32753142f 100644 (file)
@@ -5,6 +5,6 @@ Please send questions regarding the use of PyDERASN, bug reports and
 patches to `pyderasn-devel <https://lists.cypherpunks.ru/pipermail/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/.
index 7ec013bd59ae05b42285678afb75f52ee25bf8ec..c8482ef5e676e4100641b296da701c19f47fe6d1 100644 (file)
@@ -2,10 +2,10 @@ Install
 =======
 
 Preferable way is to :ref:`download <download>` tarball with the
-signature from `official website <http://pyderasn.cypherpunks.ru/>`__::
+signature from `official website <http://www.pyderasn.cypherpunks.ru/>`__::
 
-    $ [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
index 5217f0bb664489d80c95ea5aaad54230aaf5bf8f..da40c44be1d9dff9d1e536565d6739e079b4e4cd 100755 (executable)
@@ -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
index b2d641d3e6d85fb8e3dcd97b0d7ada535e8974b7..2bb5aaf464d389f582a523af263f7bc532de98f5 100644 (file)
--- 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",