From 5f720bb2df59cf0bf78e0b7af95514286b9cc6ef Mon Sep 17 00:00:00 2001 From: Victor Date: Sun, 2 Sep 2018 22:17:28 +0100 Subject: [PATCH] Unique name --- speedlauncher/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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