summaryrefslogtreecommitdiffstats
path: root/urpm/download.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/download.pm')
-rw-r--r--urpm/download.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/download.pm b/urpm/download.pm
index 302ccc4f..1efd3723 100644
--- a/urpm/download.pm
+++ b/urpm/download.pm
@@ -44,8 +44,8 @@ sub ftp_http_downloaders() { qw(wget curl prozilla aria2) }
sub available_ftp_http_downloaders() {
my %binaries = (
+ wget => 'wget',
curl => 'curl',
- wget => 'wget',
prozilla => 'proz',
aria2 => 'aria2c',
);