Get rid of gitlab references

This commit is contained in:
Barbagus 2022-12-09 21:14:57 +01:00
parent f9c20e2149
commit a404dd1da4
3 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ built with gcc 12.2.0 (crosstool-NG 1.25.0.90_cf9beb1)
Clone this repository Clone this repository
``` ```
$ git clone git@gitlab.com:Barbagus/delarte.git $ git clone https://git.afpy.org/fcode/delarte.git
$ cd delarte $ cd delarte
``` ```

View File

@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
[project] [project]
name = "delarte" name = "delarte"
authors = [{name = "Etienne Zind", email = "etienne.zind@proton.me"}] authors = [{name = "Barbagus", email = "barbagus@proton.me"}]
readme = "README.md" readme = "README.md"
license = {file = "LICENSE.md"} license = {file = "LICENSE.md"}
classifiers = ["License :: OSI Approved :: GNU Affero General Public License v3"] classifiers = ["License :: OSI Approved :: GNU Affero General Public License v3"]
@ -15,7 +15,7 @@ dependencies = [
] ]
[project.urls] [project.urls]
Home = "https://gitlab.com/Barbagus/delarte" Home = "https://git.afpy.org/fcode/delarte.git"
[project.optional-dependencies] [project.optional-dependencies]
dev = [ dev = [

View File

@ -4,7 +4,7 @@ ArteTV downloader
Licence: GNU AGPL v3: http://www.gnu.org/licenses/ 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" __version__ = "0.1"