From 3d2c8c10dbd8066eee453e584d468167ec22dfb4 Mon Sep 17 00:00:00 2001 From: Laurier Loiselle Date: Wed, 29 Mar 2023 11:51:56 -0400 Subject: [PATCH] src: init: update app url to fork --- src/wireviz/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"