mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Change URLs to https and remove www in doc/metadata
This commit is contained in:
parent
924ae17e7c
commit
e5de5f3c87
4 changed files with 6 additions and 6 deletions
6
setup.py
6
setup.py
|
@ -32,7 +32,7 @@ and Android clients. It is free and open-source software, released under GPL
|
|||
version 3.
|
||||
|
||||
For further information, please visit the `Radicale Website
|
||||
<http://www.radicale.org/>`_.
|
||||
<https://radicale.org/>`_.
|
||||
|
||||
"""
|
||||
|
||||
|
@ -61,8 +61,8 @@ setup(
|
|||
long_description=__doc__,
|
||||
author="Guillaume Ayoub",
|
||||
author_email="guillaume.ayoub@kozea.fr",
|
||||
url="http://www.radicale.org/",
|
||||
download_url=("http://pypi.python.org/packages/source/R/Radicale/"
|
||||
url="https://radicale.org/",
|
||||
download_url=("https://pypi.python.org/packages/source/R/Radicale/"
|
||||
"Radicale-%s.tar.gz" % VERSION),
|
||||
license="GNU GPL v3",
|
||||
platforms="Any",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue