From 5e21f8d9b217f60556d6d9aa5a0c103ec3d13038 Mon Sep 17 00:00:00 2001 From: Cliff Hill Date: Fri, 21 May 2021 13:54:11 -0400 Subject: [PATCH] Fixing links to point to gitlb rather than github. Signed-off-by: Cliff Hill --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 91d6882..bdb9a47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,8 +5,8 @@ description = "Automated Daily Playlist Generator for Plex Music" authors = ["Cliff Hill "] license = "MIT" readme = "README.rst" -homepage = "https://github.com/xlorepdarkhelm/plex-playlist" -repository = "https://github.com/xlorepdarkhelm/plex-playlist" +homepage = "https://gitlab.com/xlorepdarkhelm/plex-playlist" +repository = "https://gitlab.com/xlorepdarkhelm/plex-playlist" documentation = "https://plex-playlist.readthedocs.io" packages = [ { include = "playlist", from = "src" }, @@ -19,7 +19,7 @@ classifiers = [ ] [tool.poetry.urls] -Changelog = "https://github.com/xlorepdarkhelm/plex-playlist/releases" +Changelog = "https://gitlab.com/xlorepdarkhelm/plex-playlist/releases" [tool.poetry.dependencies] python = "^3.9"