summaryrefslogtreecommitdiffstats
path: root/urpm/download.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/download.pm')
-rw-r--r--urpm/download.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/urpm/download.pm b/urpm/download.pm
index 5ac4a22d..8dcdff3d 100644
--- a/urpm/download.pm
+++ b/urpm/download.pm
@@ -932,8 +932,7 @@ sub _create_metalink_ {
# metalink file, otherwise aria2 won't be able to autodetect it..
my @metalink = (
'<?xml version="1.0" encoding="utf-8"?>',
- '<metalink version="3.0" generator="URPMI"',
- 'xmlns="http://www.metalinker.org/">',
+ '<metalink version="3.0" generator="URPMI" xmlns="http://www.metalinker.org/">',
'<files>',
);