From 3884d1ef4da163a45d05a67d19e7366366ee7159 Mon Sep 17 00:00:00 2001 From: lovetox Date: Sun, 8 May 2022 14:26:24 +0200 Subject: Rename manifest.json to plugin-manifest.json Flatpak uses already manifest.json --- plugins_translations/manifest.json | 19 ------------------- plugins_translations/plugin-manifest.json | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 plugins_translations/manifest.json create mode 100644 plugins_translations/plugin-manifest.json (limited to 'plugins_translations') diff --git a/plugins_translations/manifest.json b/plugins_translations/manifest.json deleted file mode 100644 index 7e0da7b..0000000 --- a/plugins_translations/manifest.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "authors": [ - "Denis Fomin " - ], - "description": "This plugin contains translation files for Gajim plugins.", - "homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/PluginsTranslationsPlugin", - "config_dialog": false, - "name": "Plugins translations", - "platforms": [ - "linux", - "darwin", - "win32" - ], - "requirements": [ - "gajim>=1.4.0" - ], - "short_name": "plugins_translations", - "version": "1.4.1" -} \ No newline at end of file diff --git a/plugins_translations/plugin-manifest.json b/plugins_translations/plugin-manifest.json new file mode 100644 index 0000000..7e0da7b --- /dev/null +++ b/plugins_translations/plugin-manifest.json @@ -0,0 +1,19 @@ +{ + "authors": [ + "Denis Fomin " + ], + "description": "This plugin contains translation files for Gajim plugins.", + "homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/PluginsTranslationsPlugin", + "config_dialog": false, + "name": "Plugins translations", + "platforms": [ + "linux", + "darwin", + "win32" + ], + "requirements": [ + "gajim>=1.4.0" + ], + "short_name": "plugins_translations", + "version": "1.4.1" +} \ No newline at end of file -- cgit v1.2.3