commit 2017af4f0ad0248e4e1073a0380676bfcd9f583a Author: nusenu nusenu-github@riseup.net Date: Wed Jan 31 20:36:54 2018 +0000
Bug 25107: fix sources.list generator for Debian Buster --- docs/en/debian.wml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/debian.wml b/docs/en/debian.wml index 286e19c6..1e5ae617 100644 --- a/docs/en/debian.wml +++ b/docs/en/debian.wml @@ -73,7 +73,7 @@ I run <select id="distrib"> <option value="jessie">Debian oldstable (jessie)</option> <option value="stretch" selected="selected">Debian stable (stretch)</option> -<option value="testing">Debian testing (buster)</option> +<option value="buster">Debian testing (buster)</option> <option value="sid">Debian unstable (sid)</option> <option value="trusty">Ubuntu Trusty Tahr</option> <option value="xenial">Ubuntu Xenial Xerus</option>
tor-commits@lists.torproject.org