summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/NEWS b/debian/NEWS
index ae555f15f..e07c179af 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,12 +1,12 @@
apt (2.9.11) unstable; urgency=medium
- The ftp, rsh, ssh methods have been removed. They have been unsupported
- and disabled since 1.8. Please migrate to http(s) instead, or contribute
+ The ftp, rsh, and ssh methods have been removed. They have been unsupported
+ and disabled since 1.8. Please, migrate to http(s) instead, or contribute
an sftp method.
- If you need ad-hoc access to a remote repository, you can usually run
+ If you need ad hoc access to a remote repository, you can usually run
`python3 -m http.server` on that machine and use SSH port forwarding to
- run http over ssh.
+ run HTTP over SSH.
-- Julian Andres Klode <jak@debian.org> Thu, 07 Nov 2024 14:02:07 +0100