aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlav Vitters <olav@vitters.nl>2014-05-30 10:23:36 +0200
committerOlav Vitters <olav@vitters.nl>2014-05-30 10:23:36 +0200
commit89487341b6703b6e4321bfdb054695ac3484067e (patch)
treef5a5cad485874de40b694e39eab146701533eac7
parentd828e56d78915f8d39d907e974f175acf8bbe4e1 (diff)
downloadmga-youri-core-89487341b6703b6e4321bfdb054695ac3484067e.tar
mga-youri-core-89487341b6703b6e4321bfdb054695ac3484067e.tar.gz
mga-youri-core-89487341b6703b6e4321bfdb054695ac3484067e.tar.bz2
mga-youri-core-89487341b6703b6e4321bfdb054695ac3484067e.tar.xz
mga-youri-core-89487341b6703b6e4321bfdb054695ac3484067e.zip
switch to primary download site
-rw-r--r--lib/Youri/Check/Input/Updates/Source/GNOME.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Youri/Check/Input/Updates/Source/GNOME.pm b/lib/Youri/Check/Input/Updates/Source/GNOME.pm
index 13edca5..b68f602 100644
--- a/lib/Youri/Check/Input/Updates/Source/GNOME.pm
+++ b/lib/Youri/Check/Input/Updates/Source/GNOME.pm
@@ -31,7 +31,7 @@ Specific parameters:
=item url $url
URL to GNOME sources directory (default:
-http://fr2.rpmfind.net/linux/gnome.org/sources)
+https://download.gnome.org/sources/)
=back
@@ -40,7 +40,7 @@ http://fr2.rpmfind.net/linux/gnome.org/sources)
sub _init {
my $self = shift;
my %options = (
- url => 'http://ftp.gnome.org/pub/GNOME/sources/', # default url
+ url => 'https://download.gnome.org/sources/', # default url
# We use HTTP as it offers a better sorting (1.2 < 1.10)
@_
);