Skip to content

Commit

Permalink
fixed project homepage in setup.py
Browse files Browse the repository at this point in the history
github.org -> github.com
  • Loading branch information
jan-glx committed Mar 29, 2017
1 parent 71f83a2 commit 8354ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
description = "Bootstrap confidence interval estimation routines for SciPy",
license = "Modified BSD",
#keywords = "",
url = "http://github.org/cgevans/scikits-bootstrap", # project home page, if any
url = "http://github.com/cgevans/scikits-bootstrap", # project home page, if any
classifiers =
[ 'Development Status :: 4 - Beta',
'Environment :: Console',
Expand Down

0 comments on commit 8354ae7

Please sign in to comment.