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:
Diffstat (limited to 'clients_icons')
-rw-r--r--clients_icons/clients.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/clients_icons/clients.py b/clients_icons/clients.py
index 29936e6..403e120 100644
--- a/clients_icons/clients.py
+++ b/clients_icons/clients.py
@@ -64,6 +64,7 @@ class ClientsDict(UserDict):
CLIENTS = ClientsDict({
'http://gajim.org': ClientData(('Gajim', 'gajim')),
+ 'https://gajim.org': ClientData(('Gajim', 'gajim')),
'http://conversations.im': ClientData(
default=('Conversations', 'conversations'),
variations={'Conversations Legacy': 'conversations-legacy'}