From 89487341b6703b6e4321bfdb054695ac3484067e Mon Sep 17 00:00:00 2001 From: Olav Vitters Date: Fri, 30 May 2014 10:23:36 +0200 Subject: switch to primary download site --- lib/Youri/Check/Input/Updates/Source/GNOME.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Youri/Check/Input/Updates/Source/GNOME.pm') 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) @_ ); -- cgit v1.2.1