diff options
-rw-r--r-- | templates/cgi/debian-official/form.html | 2 | ||||
-rw-r--r-- | templates/cgi/debian-unofficial/form.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html index 8d08e8ade..cf3f9dd39 100644 --- a/templates/cgi/debian-official/form.html +++ b/templates/cgi/debian-official/form.html @@ -261,7 +261,7 @@ </tr> <tr> <td><label for="Iso_Publisher">--iso-publisher:</label> </td> - <td><input id="Iso_Publisher" name="iso_publisher" maxlength="128" size="50" type="text" value="Debian Live project; http://debian-live.alioth.debian.org/; debian-live@lists.debian.org" /></td> + <td><input id="Iso_Publisher" name="iso_publisher" maxlength="128" size="50" type="text" value="Debian Live project; http://live.debian.net/; debian-live@lists.debian.org" /></td> </tr> <tr> <td><label for="Iso_Volume">--iso-volume:</label> </td> diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html index 8787b1fd7..d9621b654 100644 --- a/templates/cgi/debian-unofficial/form.html +++ b/templates/cgi/debian-unofficial/form.html @@ -260,7 +260,7 @@ </tr> <tr> <td><label for="Iso_Publisher">--iso-publisher:</label> </td> - <td><input id="Iso_Publisher" name="iso_publisher" maxlength="128" size="50" type="text" value="Debian Live project; http://debian-live.alioth.debian.org/; debian-live@lists.debian.org" /></td> + <td><input id="Iso_Publisher" name="iso_publisher" maxlength="128" size="50" type="text" value="Debian Live project; http://live.debian.net/; debian-live@lists.debian.org" /></td> </tr> <tr> <td><label for="Iso_Volume">--iso-volume:</label> </td> |