gnomeExtensions.system-monitor: fix system-monitor name collision

"system-monitor@paradoxxx.zero.gmail.com" is manually packaged,
"System_Monitor@bghome.gmail.com" is automatically packaged.
Both have the extensionPortalSlug "system-monitor", but the former
gets shadowed by the latter.
This commit is contained in:
Josh Moller-Mara 2021-07-30 14:16:11 -07:00
parent 04c25b81ac
commit 5806a57ce6

View file

@ -13,6 +13,8 @@
"lockkeys@vaina.lt" = "lock-keys";
"lockkeys@fawtytoo" = "lock-keys-2";
"system-monitor@paradoxxx.zero.gmail.com" = "system-monitor"; # manually packaged
"System_Monitor@bghome.gmail.com" = "system-monitor-2";
# ############################################################################