diff --git a/hootvopm.py b/hootvopm.py index d791d6e..7e2e36b 100644 --- a/hootvopm.py +++ b/hootvopm.py @@ -175,6 +175,6 @@ if Type==None: if Type not in TypeFuncs: Error(Type+":","unknown chip type") -print("// Exported by hootvopm : https://gitlab.com/whutt/hootvopm") +print("// Exported by hootvopm : https://git.lain.church/whut/hootvopm") print("// Chip type:",Type) TypeFuncs[Type.lower()](Data)