diff options
author | Olav Vitters <olav@vitters.nl> | 2014-05-30 10:23:36 +0200 |
---|---|---|
committer | Olav Vitters <olav@vitters.nl> | 2014-05-30 10:23:36 +0200 |
commit | 89487341b6703b6e4321bfdb054695ac3484067e (patch) | |
tree | f5a5cad485874de40b694e39eab146701533eac7 /lib | |
parent | d828e56d78915f8d39d907e974f175acf8bbe4e1 (diff) | |
download | mga-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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Youri/Check/Input/Updates/Source/GNOME.pm | 4 |
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) @_ ); |