Skip to content

Commit 3391c73

Browse files
authored
Fix typo in PACKAGE_URL
1 parent ad50c31 commit 3391c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spython/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
AUTHOR = 'Vanessa Sochat'
2323
AUTHOR_EMAIL = '[email protected]'
2424
NAME = 'spython'
25-
PACKAGE_URL = "http://www.github.com/singularityhug/singularity-cli"
25+
PACKAGE_URL = "http://www.github.com/singularityhub/singularity-cli"
2626
KEYWORDS = 'singularity python client (spython)'
2727
DESCRIPTION = "Command line python tool for working with singularity."
2828
LICENSE = "LICENSE"

0 commit comments

Comments
 (0)