From 67c8d913630c067b8956e0560804a52d273a301e Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Tue, 14 Jan 2020 22:29:07 +0100 Subject: [PATCH] Update project URLs --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f0b5355..c62ce06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,9 +4,9 @@ version = "0.3.0" 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/django-calendarweek" -repository = "https://edugit.org/nik/django-calendarweek" -documentation = "https://edugit.org/nik/django-calendarweek" +homepage = "https://edugit.org/nik/python-calendarweek" +repository = "https://edugit.org/nik/python-calendarweek" +documentation = "https://edugit.org/nik/python-calendarweek" classifiers = [ "Development Status :: 4 - Beta", "Framework :: Django", -- GitLab