mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2024-10-01 03:35:38 -04:00
setup.py: Fix the incorrect project URL.
This commit is contained in:
parent
a1fadbb867
commit
b606ebda25
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
||||
setup(
|
||||
name="pantalaimon",
|
||||
version="0.1",
|
||||
url="https://github.com/poljar/pantalaimon",
|
||||
url="https://github.com/matrix-org/pantalaimon",
|
||||
author="The Matrix.org Team",
|
||||
author_email="poljar@termina.org.uk",
|
||||
description=("A Matrix proxy daemon that adds E2E encryption "
|
||||
|
Loading…
Reference in New Issue
Block a user