Merge pull request #105 from Marneus68/master

Fixed avatar homescreen app category
sammachin-gprs
Marek Ventur 2018-09-02 19:28:48 +01:00 committed by GitHub
commit 42e2a5e9c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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