Fixed avatar homescreen app category

sammachin-gprs
Duane Bekaert 2018-09-02 19:20:57 +02:00
parent 68189a43d8
commit c3703ab07c
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
"""A simple homescreen diplaying an avatar from an url and the user's name"""
___name___ = "Avatar Homescreen"
___license___ = "MIT"
___categories___ = ["Homescreen"]
___license___ = "WTFPL"
___categories___ = ["Homescreens"]
___dependencies___ = ["homescreen", "wifi", "http", "sleep", "app", "buttons"]
___bootstrapped___ = False
___launchable___ = True