From 93aa98ad01816f9b12628d26a9c543c8d062cdf9 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sun, 22 Apr 2007 02:56:05 +0000 Subject: [PATCH] Update package.php with new URLs from migration. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@979 48356398-32a2-884e-a903-53898d9a118a --- package.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.php b/package.php index 622c1f93..e243dfdf 100644 --- a/package.php +++ b/package.php @@ -27,12 +27,12 @@ $pkg->setDescription( compliant.' ); -$pkg->addMaintainer('lead', 'edwardzyang', 'Edward Z. Yang', 'htmlpurifier@jpsband.org', 'yes'); +$pkg->addMaintainer('lead', 'ezyang', 'Edward Z. Yang', 'admin@htmlpurifier.org', 'yes'); $version = file_get_contents('VERSION'); $api_version = substr($version, 0, strrpos($version, '.')); -$pkg->setChannel('hp.jpsband.org'); +$pkg->setChannel('htmlpurifier.org'); $pkg->setAPIVersion($api_version); $pkg->setAPIStability('stable'); $pkg->setReleaseVersion($version);