From c7274ba28ed9e5a163227f4575bcb6a0e218ddd1 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Tue, 3 Mar 2020 16:23:23 +0100
Subject: fix git repo URL

---
 class/TableAcls.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'class/TableAcls.php')

diff --git a/class/TableAcls.php b/class/TableAcls.php
index 570385d..574340c 100644
--- a/class/TableAcls.php
+++ b/class/TableAcls.php
@@ -31,7 +31,7 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2010-2014 Remi Collet
  * @license   http://www.gnu.org/licenses/agpl-3.0-standalone.html AGPL License 3.0 or (at your option) any later version
- * @link      http://github.com/remicollet/rpmphp/
+ * @link      https://git.remirepo.net/cgit/web/rpmphp.git/
  * @since     The begining of times.
 */
 class TableAcls extends CommonTable
-- 
cgit