Skip to content

Commit 439ae6b

Browse files
authored
Merge pull request #37 from mobiusklein/patch-1
Fix typo in PACKAGE_URL
2 parents ad50c31 + 3391c73 commit 439ae6b

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)