summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2015-06-26 19:01:52 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2015-06-26 19:01:52 +0900
commit7321f54eb4cf583a81c3a7bab7d157b52400d1df (patch)
treecfbd7b47bc36c0d59d62a7077ea3c0de1966f37d /engine
parentb0249f499e3ff264d3b7c5ca43fba86a21b0084d (diff)
downloadibus-anthy-7321f54eb4cf583a81c3a7bab7d157b52400d1df.tar.gz
Updated URL to use github.com
Diffstat (limited to 'engine')
-rw-r--r--engine/python2/anthy.xml.in.in2
-rw-r--r--engine/python2/main.py6
-rw-r--r--engine/python3/anthy.xml.in.in2
-rw-r--r--engine/python3/main.py6
4 files changed, 8 insertions, 8 deletions
diff --git a/engine/python2/anthy.xml.in.in b/engine/python2/anthy.xml.in.in
index 66212cb..d332260 100644
--- a/engine/python2/anthy.xml.in.in
+++ b/engine/python2/anthy.xml.in.in
@@ -7,7 +7,7 @@
<version>@PACKAGE_VERSION@</version>
<author>Peng Huang &lt;shawn.p.huang@gmail.com&gt;</author>
<license>GPL</license>
- <homepage>http://code.google.com/p/ibus</homepage>
+ <homepage>https://github.com/ibus/ibus/wiki</homepage>
<textdomain>ibus-anthy</textdomain>
<!-- for engines -->
diff --git a/engine/python2/main.py b/engine/python2/main.py
index b899681..a6af1af 100644
--- a/engine/python2/main.py
+++ b/engine/python2/main.py
@@ -4,8 +4,8 @@
# ibus-anthy - The Anthy engine for IBus
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2013 Red Hat, Inc.
+# Copyright (c) 2010-2015 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2015 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -47,7 +47,7 @@ class IMApp:
version='0.1.0',
license='GPL',
author='Peng Huang <shawn.p.huang@gmail.com>',
- homepage='http://code.google.com/p/ibus/',
+ homepage='https://github.com/ibus/ibus/wiki',
command_line=command_line,
textdomain='ibus-anthy')
engine = IBus.EngineDesc(name='anthy',
diff --git a/engine/python3/anthy.xml.in.in b/engine/python3/anthy.xml.in.in
index 66212cb..d332260 100644
--- a/engine/python3/anthy.xml.in.in
+++ b/engine/python3/anthy.xml.in.in
@@ -7,7 +7,7 @@
<version>@PACKAGE_VERSION@</version>
<author>Peng Huang &lt;shawn.p.huang@gmail.com&gt;</author>
<license>GPL</license>
- <homepage>http://code.google.com/p/ibus</homepage>
+ <homepage>https://github.com/ibus/ibus/wiki</homepage>
<textdomain>ibus-anthy</textdomain>
<!-- for engines -->
diff --git a/engine/python3/main.py b/engine/python3/main.py
index eb6fe5f..8c5b02a 100644
--- a/engine/python3/main.py
+++ b/engine/python3/main.py
@@ -4,8 +4,8 @@
# ibus-anthy - The Anthy engine for IBus
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2010-2014 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2014 Red Hat, Inc.
+# Copyright (c) 2010-2015 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2015 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -47,7 +47,7 @@ class IMApp:
version='0.1.0',
license='GPL',
author='Peng Huang <shawn.p.huang@gmail.com>',
- homepage='http://code.google.com/p/ibus/',
+ homepage='https://github.com/ibus/ibus/wiki',
command_line=command_line,
textdomain='ibus-anthy')
engine = IBus.EngineDesc(name='anthy',