diff options
Diffstat (limited to 'package/torsmo')
-rw-r--r-- | package/torsmo/Config.in | 2 | ||||
-rw-r--r-- | package/torsmo/torsmo.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/torsmo/Config.in b/package/torsmo/Config.in index ec9cb2220..b3aba3946 100644 --- a/package/torsmo/Config.in +++ b/package/torsmo/Config.in @@ -4,4 +4,4 @@ config BR2_PACKAGE_TORSMO help Torsmo is a system monitor that sits in the corner of your desktop. - http://avr32linux.org/twiki/pub/Main/Torsmo + http://mirror.egtvedt.no/avr32linux.org/twiki/pub/Main/Torsmo diff --git a/package/torsmo/torsmo.mk b/package/torsmo/torsmo.mk index 1e3bd2807..c42ce112c 100644 --- a/package/torsmo/torsmo.mk +++ b/package/torsmo/torsmo.mk @@ -5,7 +5,7 @@ ############################################################# TORSMO_VERSION = 0.18 TORSMO_SOURCE = torsmo-$(TORSMO_VERSION).tar.gz -TORSMO_SITE = http://avr32linux.org/twiki/pub/Main/Torsmo +TORSMO_SITE = http://mirror.egtvedt.no/avr32linux.org/twiki/pub/Main/Torsmo # help2man doesn't work when cross compiling TORSMO_CONF_ENV = ac_cv_path_HELP2MAN='' |