1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Author: Matteo F. Vescovi <mfv@debian.org>
Description: Fix metadata.json to reflect real ownership
Forwarded: https://github.com/Ubuntu/gnome-shell-extension-appindicator/pull/122
Date: 2018-05-07
diff --git a/metadata.json b/metadata.json
index aee011a..84ae2b0 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,7 +1,7 @@
{
"shell-version": ["3.16", "3.17.91", "3.18", "3.20", "3.22", "3.24", "3.26", "3.28"],
- "uuid": "appindicatorsupport@rgcjonas.gmail.com",
+ "uuid": "ubuntu-appindicators@ubuntu.com",
"name": "KStatusNotifierItem/AppIndicator Support",
"description": "Adds KStatusNotifierItem support to the Shell",
- "url": "https://github.com/rgcjonas/gnome-shell-extension-appindicator"
+ "url": "https://github.com/ubuntu/gnome-shell-extension-appindicator"
}
|