diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-03 16:23:23 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-03 16:23:23 +0100 |
commit | c7274ba28ed9e5a163227f4575bcb6a0e218ddd1 (patch) | |
tree | 0e48fd223c86fd4dfff82d165f8f8d06dde50634 /rpm.php | |
parent | 427e92293213a629709da8c7175e93abe1150510 (diff) |
fix git repo URL
Diffstat (limited to 'rpm.php')
-rw-r--r-- | rpm.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ require 'include/main.php'; |