1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From: Debian GNOME Maintainers
<pkg-gnome-maintainers@lists.alioth.debian.org>
Date: Tue, 13 Aug 2019 22:37:50 +0200
Subject: metadata-use-appindicator-namespace-and-naming
---
metadata.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/metadata.json b/metadata.json
index 7afc59c..f5b0e59 100644
--- a/metadata.json
+++ b/metadata.json
@@ -5,8 +5,8 @@
"3.36",
"3.38"
],
- "uuid": "appindicatorsupport@rgcjonas.gmail.com",
- "name": "KStatusNotifierItem/AppIndicator Support",
- "description": "Adds KStatusNotifierItem support to the Shell",
+ "uuid": "ubuntu-appindicators@ubuntu.com",
+ "name": "Ubuntu AppIndicators",
+ "description": "Support app indicators in top panel, as the default Ubuntu experience. System update of KStatusNotifierItem/AppIndicator extension.",
"url": "https://github.com/ubuntu/gnome-shell-extension-appindicator"
}
|