From 115af2a823688eeb8b9021432962db7df2bb6c21 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Sun, 21 May 2017 21:54:41 +0200 Subject: Add variable for repository URL. --- includes/config.defaults.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/config.defaults.php b/includes/config.defaults.php index 06d8cab..b24a547 100644 --- a/includes/config.defaults.php +++ b/includes/config.defaults.php @@ -46,7 +46,8 @@ $config = array( // Release configuration 'release' => array( 'version' => '1.3.0', - 'codename' => 'Convergence' + 'codename' => 'Convergence', + 'repository' => 'https://github.com/respawner/looking-glass' ), // Frontpage configuration -- cgit v1.2.3