mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-13 18:50:53 +00:00
Fix the package link
This commit is contained in:
parent
868501412d
commit
4c5e6a3416
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ You can download the Radicale package for each release:
|
|||
|
||||
{% assign releases = site.github.releases | where:"draft",false | reverse %}
|
||||
{% for release in releases %}
|
||||
- [Radicale-{{ release.tag_name }}.tar.gz](http://pypi.python.org/packages/source/R/Radicale/Radicale-{{ release.tag_name }}.tar.gz){% endfor %}
|
||||
- [Radicale-{{ release.tag_name }}.tar.gz](https://files.pythonhosted.org/packages/source/R/Radicale/Radicale-{{ release.tag_name }}.tar.gz){% endfor %}
|
||||
|
||||
## Linux Distribution Packages
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue