diff --git a/src/wireviz/__init__.py b/src/wireviz/__init__.py index b70a2a7..5912ec4 100644 --- a/src/wireviz/__init__.py +++ b/src/wireviz/__init__.py @@ -5,4 +5,4 @@ __version__ = "0.4" CMD_NAME = "wireviz" # Lower case command and module name APP_NAME = "WireViz" # Application name in texts meant to be human readable -APP_URL = "https://github.com/formatc1702/WireViz" +APP_URL = "https://github.com/laurierloi/WireViz"