Updated metadata
This commit is contained in:
parent
095a681285
commit
ae0b86d50e
1 changed files with 3 additions and 3 deletions
|
@ -9,16 +9,16 @@
|
|||
# <bitbar.desc>Greps and displays system updates.</bitbar.desc>
|
||||
# <bitbar.image></bitbar.image>
|
||||
# <bitbar.dependencies>python,aptdaemon,apt</bitbar.dependencies>
|
||||
# <bitbar.abouturl>https://github.com/schtobia/argos-httping/blob/master/httping.py</bitbar.abouturl>
|
||||
# <bitbar.abouturl>https://gitlab.com/schtobia/argos-apt/blob/master/argos-apt.py</bitbar.abouturl>
|
||||
|
||||
import sys
|
||||
|
||||
from apt import Cache
|
||||
|
||||
__author__ = "Tobias Schmidl"
|
||||
__copyright__ = "Copyright 2018, Tobias Schmidl"
|
||||
__copyright__ = "Copyright 2021, Tobias Schmidl"
|
||||
__license__ = "MIT"
|
||||
__version__ = "0.0.1"
|
||||
__version__ = "1.0"
|
||||
__maintainer__ = "Tobias Schmidl"
|
||||
|
||||
THEMES = {
|
||||
|
|
Loading…
Reference in a new issue