diff --git a/speedlauncher/main.py b/speedlauncher/main.py index 5b8bda9..f56174c 100644 --- a/speedlauncher/main.py +++ b/speedlauncher/main.py @@ -1,7 +1,7 @@ """Launcher for apps currently installed""" -___name___ = "Launcher" -___license___ = "MIT" +___name___ = "Speed Launcher" +___license___ = "WTFPL" ___categories___ = ["System"] ___dependencies___ = ["app", "ugfx_helper"] ___launchable___ = False