From a404dd1da4e42f00a36cda48af2d5584077b57f9 Mon Sep 17 00:00:00 2001 From: Barbagus Date: Fri, 9 Dec 2022 21:14:57 +0100 Subject: [PATCH] Get rid of gitlab references --- README.md | 2 +- pyproject.toml | 4 ++-- src/delarte/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 29fe0ce..a42e813 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ built with gcc 12.2.0 (crosstool-NG 1.25.0.90_cf9beb1) Clone this repository ``` -$ git clone git@gitlab.com:Barbagus/delarte.git +$ git clone https://git.afpy.org/fcode/delarte.git $ cd delarte ``` diff --git a/pyproject.toml b/pyproject.toml index 0de1965..4cd3083 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "delarte" -authors = [{name = "Etienne Zind", email = "etienne.zind@proton.me"}] +authors = [{name = "Barbagus", email = "barbagus@proton.me"}] readme = "README.md" license = {file = "LICENSE.md"} classifiers = ["License :: OSI Approved :: GNU Affero General Public License v3"] @@ -15,7 +15,7 @@ dependencies = [ ] [project.urls] -Home = "https://gitlab.com/Barbagus/delarte" +Home = "https://git.afpy.org/fcode/delarte.git" [project.optional-dependencies] dev = [ diff --git a/src/delarte/__init__.py b/src/delarte/__init__.py index af083c7..629258a 100644 --- a/src/delarte/__init__.py +++ b/src/delarte/__init__.py @@ -4,7 +4,7 @@ ArteTV downloader Licence: GNU AGPL v3: http://www.gnu.org/licenses/ -This file is part of [`delarte`](https://gitlab.com/Barbagus/delarte) +This file is part of [`delarte`](https://git.afpy.org/fcode/delarte.git) """ __version__ = "0.1"