Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/pgp
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2018-11-10 02:51:57 +0300
committerPhilipp Hörist <philipp@hoerist.com>2018-11-10 02:51:57 +0300
commit25155b4e63dc8b6e277a5298f14ba4e95d1c0dc3 (patch)
treeaa06936a2a51361d9a7fe5c55653366333b5c42d /pgp
parent0d26b8e8de302e9d62585fce685eb2166069c9ae (diff)
Fix short names of various plugins
The short_name attr must be equal the folder name of the plugin, otherwise get_active_plugin() in PluginManager fails
Diffstat (limited to 'pgp')
-rw-r--r--pgp/manifest.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgp/manifest.ini b/pgp/manifest.ini
index d36bd06..ee17659 100644
--- a/pgp/manifest.ini
+++ b/pgp/manifest.ini
@@ -1,6 +1,6 @@
[info]
name: PGP
-short_name: PGP
+short_name: pgp
version: 1.2.32
description: PGP encryption as per XEP-0027
authors: Philipp Hörist <philipp@hoerist.com>