From cc1e8aed3059c62d56bccfc07f3041901cec8ebb Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 30 Jan 2015 07:34:26 +0100 Subject: Rename the AUR software to aurweb Rename the project to help differentiate between the software providing access to the Arch User Repository and the collection of source packages itself. Signed-off-by: Lukas Fleischer --- web/html/pkgdel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html/pkgdel.php') diff --git a/web/html/pkgdel.php b/web/html/pkgdel.php index 41900e4..45a3ad4 100644 --- a/web/html/pkgdel.php +++ b/web/html/pkgdel.php @@ -45,4 +45,4 @@ if (has_credential(CRED_PKGBASE_DELETE)): ?> print __("Only Trusted Users and Developers can delete packages."); endif; -html_footer(AUR_VERSION); +html_footer(AURWEB_VERSION); -- cgit v1.2.3-54-g00ecf