update wiki url

This commit is contained in:
j 2020-05-30 03:46:52 +02:00
parent e419beacb1
commit 3357992dd7
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ if __name__ == '__main__':
\t\tknown actions are: %s
\t\tconfiguration: config, add_volume
\t\tdistributed encoding: server, client
for more information visit https://wiki.0x2620.org/wiki/pandora_client''' % ', '.join(actions))
for more information visit https://code.0x2620.org/0x2620/pandora_client/wiki''' % ', '.join(actions))
action = args[0]

View File

@ -30,7 +30,7 @@ setup(
description="pandora_client is a commandline client for pan.do/ra. You can use it to import videos into a pan.do/ra system. It is currently known to work on Linux and Mac OS X.",
author="j",
author_email="j@mailb.org",
url="http://wiki.0x2620.org/wiki/pandora_client",
url="https://code.0x2620.org/0x2620/pandora_client/wiki",
license="GPLv3",
scripts=[
'bin/pandora_client',