diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-04-23 02:46:30 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-23 09:45:19 +0200 |
commit | aab12d7eb0bc10034f2b1e28f09ff658b265c339 (patch) | |
tree | 255b491c5c3dda487534fd47b12ab8d4f87c714e | |
parent | 4c8e6796814a03f564cfbab2cb7663d0f598655a (diff) | |
download | buildroot-aab12d7eb0bc10034f2b1e28f09ff658b265c339.tar.gz buildroot-aab12d7eb0bc10034f2b1e28f09ff658b265c339.zip |
opentyrian: switch to bitbucket
As we know google code is going away, so switch the site/source now
rather than waiting for breakage.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/opentyrian/Config.in | 2 | ||||
-rw-r--r-- | package/opentyrian/opentyrian.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/opentyrian/Config.in b/package/opentyrian/Config.in index 3ebcf0841a..b0c519fae8 100644 --- a/package/opentyrian/Config.in +++ b/package/opentyrian/Config.in @@ -10,7 +10,7 @@ config BR2_PACKAGE_OPENTYRIAN to play the game. If you want some sound, activate ALSA with OSS emulation. - http://code.google.com/p/opentyrian/ + https://bitbucket.org/opentyrian/opentyrian/wiki/Home if BR2_PACKAGE_OPENTYRIAN diff --git a/package/opentyrian/opentyrian.mk b/package/opentyrian/opentyrian.mk index 3dc5af5bfb..b74e4cf3f2 100644 --- a/package/opentyrian/opentyrian.mk +++ b/package/opentyrian/opentyrian.mk @@ -5,7 +5,7 @@ ################################################################################ OPENTYRIAN_VERSION = 9c9f0ec3532b -OPENTYRIAN_SITE = https://code.google.com/p/opentyrian/ +OPENTYRIAN_SITE = https://bitbucket.org/opentyrian/opentyrian OPENTYRIAN_SITE_METHOD = hg OPENTYRIAN_LICENSE = GPLv2+ OPENTYRIAN_LICENSE_FILES = COPYING |