diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/config.php.dist | 2 | ||||
-rw-r--r-- | include/main.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/config.php.dist b/include/config.php.dist index 9420631..0445cbd 100644 --- a/include/config.php.dist +++ b/include/config.php.dist @@ -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. */ define("MYHOST", "xxx"); diff --git a/include/main.php b/include/main.php index 512aeb7..21479fa 100644 --- a/include/main.php +++ b/include/main.php @@ -30,7 +30,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. */ define('RPMPHP_VERSION', '1.0.0-dev'); |