diff --git a/debian/changelog b/debian/changelog
index 4f2106bb..5036fb8a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -162,6 +162,7 @@ debian-cd (2.2.24) UNRELEASED; urgency=low
   * arm: risc* flavours are no longer built. Closes: #351818.
   * Martin Michlmayr has temporarily taken over daily d-i builds for mips
     from Thiemo Seufer.
+  * Kyle McMartin is now taking care of HPPA daily builds.
 
   [ Joey Hess ]
   * Switch alpha to 2.6 kernels.
@@ -183,9 +184,9 @@ debian-cd (2.2.24) UNRELEASED; urgency=low
 
   [ Sven Luther ]
   * Added icon to powerpc/chrp bootinfo.txt, which will allow booting on IBM
-    RS6K and pSeries. Closes: 352672
+    RS6K and pSeries. Closes: #352672
 
- -- Sven Luther <luther@debian.org>  Wed, 15 Feb 2006 12:01:52 +0000
+ -- Frans Pop <fjp@debian.org>  Wed, 15 Feb 2006 23:18:19 +0100
 
 debian-cd (2.2.23) unstable; urgency=low
 
diff --git a/tools/boot/etch/boot-hppa b/tools/boot/etch/boot-hppa
index 89459e23..48453253 100755
--- a/tools/boot/etch/boot-hppa
+++ b/tools/boot/etch/boot-hppa
@@ -14,7 +14,7 @@ set -e
 N=$1
 CDROOT=$2
 if [ "$DI_WWW_HOME" = "default" ];then
-   DI_WWW_HOME="http://people.debian.org/~jbailey/d-i/hppa/daily/cdrom/2.6"
+   DI_WWW_HOME="http://people.debian.org/~kyle/d-i/hppa/daily/cdrom/2.6"
    if [ -n "$DI_DIR" ];then
       DI_DIR="$DI_DIR/~${DI_WWW_HOME#*~}"
       DI_WWW_HOME=""