diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cgi/debian/form.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/cgi/debian/form.html b/templates/cgi/debian/form.html index 94f760ddb..76c8623a2 100644 --- a/templates/cgi/debian/form.html +++ b/templates/cgi/debian/form.html @@ -36,8 +36,8 @@ <td><label for="Distribution">--distribution:</label> </td> <td> <select id="Distribution" name="distribution" size="1"> - <option selected value="wheezy">wheezy</option> - <option value="jessie">jessie</option> + <option selected value="jessie">jessie</option> + <option value="stretch">stretch</option> <option value="sid">sid</option> </select> </td> |