diff options
Diffstat (limited to 'lib/Youri')
-rw-r--r-- | lib/Youri/Check/Input/Updates/Source/GNOME.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Youri/Check/Input/Updates/Source/GNOME.pm b/lib/Youri/Check/Input/Updates/Source/GNOME.pm index 381ae5e..13edca5 100644 --- a/lib/Youri/Check/Input/Updates/Source/GNOME.pm +++ b/lib/Youri/Check/Input/Updates/Source/GNOME.pm @@ -40,7 +40,7 @@ http://fr2.rpmfind.net/linux/gnome.org/sources) sub _init { my $self = shift; my %options = ( - url => 'http://fr2.rpmfind.net/linux/gnome.org/sources/', # default url + url => 'http://ftp.gnome.org/pub/GNOME/sources/', # default url # We use HTTP as it offers a better sorting (1.2 < 1.10) @_ ); |