From 8978ff55c07a9e590ee9209f40eeb8fd6aed4eae Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Thu, 23 Jan 2020 20:27:44 +0100 Subject: [PATCH] Update URLs to AlekSIS/libs namespace --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 414b213..caa04e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,9 +4,9 @@ version = "0.4.4" description = "Utilities for working with calendar weeks in Python and Django" authors = ["Dominik George <nik@naturalnet.de>", "Jonathan Weth <git@jonathanweth.de>"] license = "MIT" -homepage = "https://edugit.org/nik/python-calendarweek" -repository = "https://edugit.org/nik/python-calendarweek" -documentation = "https://edugit.org/nik/python-calendarweek" +homepage = "https://edugit.org/AlekSIS/libs/python-calendarweek" +repository = "https://edugit.org/AlekSIS/libs/python-calendarweek" +documentation = "https://edugit.org/AlekSIS/libs/python-calendarweek" classifiers = [ "Development Status :: 4 - Beta", "Framework :: Django", -- GitLab