Update references to codegangsta to urfave (new org name)

Also add notice to README
This commit is contained in:
Jesse Szwedko
2016-05-22 14:42:23 -07:00
parent bebbcf6d41
commit 024b4c6240
10 changed files with 66 additions and 54 deletions

View File

@@ -10,7 +10,7 @@ from subprocess import check_call, check_output
PACKAGE_NAME = os.environ.get(
'CLI_PACKAGE_NAME', 'github.com/codegangsta/cli'
'CLI_PACKAGE_NAME', 'github.com/urfave/cli'
)