commit 7249d28fce4ce09e8871da740fb90529fde78b23 Author: Sebastian Hahn sebastian@torproject.org Date: Sat Feb 27 07:37:53 2016 +0100
... without breaking the script --- docs/en/debian.wml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/en/debian.wml b/docs/en/debian.wml index 87c4fd6..a5a97c1 100644 --- a/docs/en/debian.wml +++ b/docs/en/debian.wml @@ -19,7 +19,7 @@ var software = { 'lucid': [ 'lucid'], 'precise': [ 'precise'], 'saucy': [ 'saucy'], - 'trusty': [ 'trusty'], + 'trusty': [ 'trusty'], }, 'experimental-0.2.7.x': { 'wheezy': [ 'wheezy' ], 'jessie': [ 'jessie' ], 'stretch': [ 'stretch' ], @@ -27,7 +27,7 @@ var software = { 'lucid': [ 'lucid'], 'precise': [ 'precise'], 'saucy': [ 'saucy'], - 'trusty': [ 'trusty'], + 'trusty': [ 'trusty'], }, }, 'tor (from source)': { '_stable': { 'squeeze': [ 'squeeze' ], 'wheezy': [ 'wheezy' ], @@ -37,7 +37,7 @@ var software = { 'lucid': [ 'lucid'], 'precise': [ 'precise'], 'saucy': [ 'saucy'], - 'trusty': [ 'trusty'], + 'trusty': [ 'trusty'], }, 'experimental-0.2.7.x': { 'wheezy': [ 'wheezy' ], 'jessie': [ 'jessie' ], 'stretch': [ 'stretch' ], @@ -45,7 +45,7 @@ var software = { 'lucid': [ 'lucid'], 'precise': [ 'precise'], 'saucy': [ 'saucy'], - 'trusty': [ 'trusty'], + 'trusty': [ 'trusty'], }, }, };
tor-commits@lists.torproject.org