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