update wiki url
This commit is contained in:
parent
e419beacb1
commit
3357992dd7
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ if __name__ == '__main__':
|
||||||
\t\tknown actions are: %s
|
\t\tknown actions are: %s
|
||||||
\t\tconfiguration: config, add_volume
|
\t\tconfiguration: config, add_volume
|
||||||
\t\tdistributed encoding: server, client
|
\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]
|
action = args[0]
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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.",
|
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="j",
|
||||||
author_email="j@mailb.org",
|
author_email="j@mailb.org",
|
||||||
url="http://wiki.0x2620.org/wiki/pandora_client",
|
url="https://code.0x2620.org/0x2620/pandora_client/wiki",
|
||||||
license="GPLv3",
|
license="GPLv3",
|
||||||
scripts=[
|
scripts=[
|
||||||
'bin/pandora_client',
|
'bin/pandora_client',
|
||||||
|
|
Loading…
Reference in a new issue