diff options
Diffstat (limited to 'class/PackagistClient.php')
-rw-r--r-- | class/PackagistClient.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/class/PackagistClient.php b/class/PackagistClient.php index 2cb1260..2fbb522 100644 --- a/class/PackagistClient.php +++ b/class/PackagistClient.php @@ -8,7 +8,7 @@ * PHP version 5 * * Copyright (C) 2014 Remi Collet - * http://github.com/remicollet/rpmphp. + * https://git.remirepo.net/cgit/web/rpmphp.git. * * Inspired from python-fedora * @@ -30,7 +30,7 @@ * @author Remi Collet <remi@fedoraproject.org> * @copyright 2010-2014 Remi Collet * @license http://www.gnu.org/licenses/lgpl-2.1.txt LGPL License 2.1 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. */ |