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

plugin-manifest.json « openpgp - dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 73670d54259d7ae62bb100094e5089dcb96cba3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "authors": [
        "Philipp Hörist <philipp@hoerist.com>"
    ],
    "description": "Experimental OpenPGP (XEP-0373) implementation.",
    "homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/pgp",
    "config_dialog": false,
    "name": "OpenPGP",
    "platforms": [
        "others",
        "linux",
        "darwin",
        "win32"
    ],
    "requirements": [
        "gajim>=1.5.0"
    ],
    "short_name": "openpgp",
    "version": "1.5.2"
}