new repo url

This commit is contained in:
Devaev Maxim
2018-07-26 22:04:44 +03:00
parent 3c5e2cee2a
commit 700b6b4619
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ pkgver="0.38"
pkgrel="1" pkgrel="1"
pkgdesc="The main Pi-KVM daemon" pkgdesc="The main Pi-KVM daemon"
arch=("any") arch=("any")
url="https://github.com/mdevaev/pi-kvm" url="https://github.com/pi-kvm/pi-kvm"
license=("GPL") license=("GPL")
depends=( depends=(
"python" "python"

View File

@@ -12,7 +12,7 @@ def main() -> None:
setup( setup(
name="kvmd", name="kvmd",
version="0.38", version="0.38",
url="https://github.com/mdevaev/pi-kvm", url="https://github.com/pi-kvm/pi-kvm",
license="GPLv3", license="GPLv3",
author="Maxim Devaev", author="Maxim Devaev",
author_email="mdevaev@gmail.com", author_email="mdevaev@gmail.com",

View File

@@ -329,7 +329,7 @@
<ul id="footer"> <ul id="footer">
<li id="kvmd-version" class="footer-left"></li> <li id="kvmd-version" class="footer-left"></li>
<li class="footer-right"><a target="_blank" href="https://github.com/mdevaev/pi-kvm">Pi-KVM Project</a></li> <li class="footer-right"><a target="_blank" href="https://github.com/pi-kvm">Pi-KVM Project</a></li>
</ul> </ul>
</body> </body>
</html> </html>