aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
@_
);