diff options
author | Helmut Grohne <helmut@subdivi.de> | 2021-12-31 17:52:05 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2021-12-31 17:52:05 +0100 |
commit | f6fa01915e65824f49b0213597e2de111ae7e684 (patch) | |
tree | 07432bbb6f1adb1796f11878f8271eb1ed5abbb9 /multiarchimport.py | |
parent | 663ec88ffcf3f2e9bcb9a96038ba4e8703388859 (diff) | |
download | debian-dedup-f6fa01915e65824f49b0213597e2de111ae7e684.tar.gz |
multiarchimport.py: httpredir.d.o is deprecated
Diffstat (limited to 'multiarchimport.py')
-rwxr-xr-x | multiarchimport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multiarchimport.py b/multiarchimport.py index f793a81..2804612 100755 --- a/multiarchimport.py +++ b/multiarchimport.py @@ -188,7 +188,7 @@ def main(): default="test.sqlite3", help="path to the sqlite3 database file") parser.add_argument("-m", "--mirror", action="store", - default="http://httpredir.debian.org/debian", + default="http://deb.debian.org/debian", help="Debian mirror to use") args = parser.parse_args() architectures = release_architectures(args.mirror) |