Update Trac URLs to GitLab.

This commit is contained in:
Sebastiaan Lokhorst
2019-01-04 14:58:09 +01:00
committed by Philipp Hörist
parent 76643eb839
commit 0189214c41
13 changed files with 16 additions and 16 deletions

View File

@@ -4,6 +4,6 @@ short_name: banner_tweaks
version: 1.2.1
description: Allows user to tweak chat window banner appearance (eg. make it compact).
authors: Mateusz Biliński <mateusz@bilinski.it>
homepage: http://trac-plugins.gajim.org/wiki/BannerTweaksPlugin
homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/BannerTweaksPlugin
min_gajim_version: 1.1.91
max_gajim_version: 1.2.90

View File

@@ -20,8 +20,8 @@ Adjustable chat window banner.
Includes tweaks to make it compact.
Based on patch by pb in ticket #4133:
http://trac.gajim.org/attachment/ticket/4133/gajim-chatbanneroptions-svn10008.patch
Based on patch by pb in issue #4133:
https://dev.gajim.org/uploads/-/system/note/attachment/162938/gajim-chatbanneroptions-svn10008.patch
:author: Mateusz Biliński <mateusz@bilinski.it>
:since: 30 July 2008
@@ -47,8 +47,8 @@ class BannerTweaksPlugin(GajimPlugin):
def init(self):
self.description = _('Allows user to tweak chat window banner '
'appearance (eg. make it compact).\n'
'Based on patch by pb in ticket #4133:\n'
'http://trac.gajim.org/attachment/ticket/4133.')
'Based on patch by pb in issue #4133:\n'
'https://dev.gajim.org/gajim/gajim/issues/4133.')
self.config_dialog = BannerTweaksPluginConfigDialog(self)
self.gui_extension_points = {