diff options
| author | Guillem Jover <guillem@debian.org> | 2022-03-20 11:42:36 +0100 |
|---|---|---|
| committer | Guillem Jover <guillem@debian.org> | 2024-12-28 13:20:51 +0100 |
| commit | bb67ff79e03eec05429fa4d7562813d18080e829 (patch) | |
| tree | 1cb5e160730dd94ca10be2ba9f38608280904e0d /apt-pkg | |
| parent | 54cb371c19c71cb4ac319fe7566924303379ce63 (diff) | |
Use deb.debian.org instead of ftp.debian.org URLs
While the ftp.debian.org URLs are still functional in Debian, they
can confuse people as the protocol is mismatched. Using the
deb.debian.org frontend should also generally give generally good
performance regardless of the client location.
Diffstat (limited to 'apt-pkg')
| -rw-r--r-- | apt-pkg/versionmatch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/versionmatch.h b/apt-pkg/versionmatch.h index abaec08d6..283df6128 100644 --- a/apt-pkg/versionmatch.h +++ b/apt-pkg/versionmatch.h @@ -13,7 +13,7 @@ Release: a=testing Release: n=squeeze Release: * - Origin: ftp.debian.org + Origin: deb.debian.org Release may be a complex type that can specify matches for any of: Version (v= with prefix) |
