summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/cgi/debian/form.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/cgi/debian/form.html b/templates/cgi/debian/form.html
index f80ed9363..f384be0ac 100644
--- a/templates/cgi/debian/form.html
+++ b/templates/cgi/debian/form.html
@@ -37,8 +37,7 @@
<td><label for="Distribution">--distribution:</label> </td>
<td>
<select id="Distribution" name="distribution" size="1">
- <option selected value="squeeze">squeeze</option>
- <option value="wheezy">wheezy</option>
+ <option selected value="wheezy">wheezy</option>
<option value="sid">sid</option>
</select>
</td>