Change URLs to https and remove www in doc/metadata

This commit is contained in:
Unrud 2018-08-29 16:39:25 +02:00
parent 924ae17e7c
commit e5de5f3c87
4 changed files with 6 additions and 6 deletions

View File

@ -159,7 +159,7 @@ This release is compatible with version 2.0.0.
------------------------- -------------------------
This feature is not compatible with the 1.x.x versions. See This feature is not compatible with the 1.x.x versions. See
http://radicale.org/1to2/ if you want to switch from 1.x.x to https://radicale.org/1to2/ if you want to switch from 1.x.x to
2.0.0. 2.0.0.
* Support Python 3.3+ only, Python 2 is not supported anymore * Support Python 3.3+ only, Python 2 is not supported anymore

View File

@ -4,4 +4,4 @@ Read Me
Radicale is a free and open-source CalDAV and CardDAV server. Radicale is a free and open-source CalDAV and CardDAV server.
For complete documentation, please visit the For complete documentation, please visit the
[Radicale online documentation](http://www.radicale.org/documentation) [Radicale online documentation](https://radicale.org/documentation)

2
rights
View File

@ -7,7 +7,7 @@
# The path can be specified in the rights section of the configuration file # The path can be specified in the rights section of the configuration file
# #
# Some examples are included in Radicale's documentation, see: # Some examples are included in Radicale's documentation, see:
# http://radicale.org/rights/ # https://radicale.org/rights/
# #
# This file gives independant examples to help users write their own # This file gives independant examples to help users write their own
# configuration files. Using these examples together in the same configuration # configuration files. Using these examples together in the same configuration

View File

@ -32,7 +32,7 @@ and Android clients. It is free and open-source software, released under GPL
version 3. version 3.
For further information, please visit the `Radicale Website For further information, please visit the `Radicale Website
<http://www.radicale.org/>`_. <https://radicale.org/>`_.
""" """
@ -61,8 +61,8 @@ setup(
long_description=__doc__, long_description=__doc__,
author="Guillaume Ayoub", author="Guillaume Ayoub",
author_email="guillaume.ayoub@kozea.fr", author_email="guillaume.ayoub@kozea.fr",
url="http://www.radicale.org/", url="https://radicale.org/",
download_url=("http://pypi.python.org/packages/source/R/Radicale/" download_url=("https://pypi.python.org/packages/source/R/Radicale/"
"Radicale-%s.tar.gz" % VERSION), "Radicale-%s.tar.gz" % VERSION),
license="GNU GPL v3", license="GNU GPL v3",
platforms="Any", platforms="Any",