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
diff options
context:
space:
mode:
authorYann Leboulanger <yann@leboulanger.org>2017-09-28 23:45:59 +0300
committerYann Leboulanger <yann@leboulanger.org>2017-09-28 23:45:59 +0300
commitd564acac1974609a034a22685f0bd394429c37a0 (patch)
tree9b2fa0bba7b3b9722f932dd391f9e10685934b7c /whiteboard/manifest.ini
parent72db56fda87344dcc9ccbed3cbfc58a5ec6ccd8d (diff)
[whiteboard] Port to Py3 / GTK3
Diffstat (limited to 'whiteboard/manifest.ini')
-rw-r--r--whiteboard/manifest.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/whiteboard/manifest.ini b/whiteboard/manifest.ini
new file mode 100644
index 0000000..413f8bf
--- /dev/null
+++ b/whiteboard/manifest.ini
@@ -0,0 +1,8 @@
+[info]
+name: Whiteboard
+short_name: whiteboard
+version: 0.3
+description: Shows a whiteboard in chat. python-pygoocanvas is required.
+authors = Yann Leboulanger <asterix@lagaule.org>
+homepage = https://dev.gajim.org/gajim/gajim-plugins/wikis/WhiteboardPlugin
+min_gajim_version: 0.16.11