From 27ec2161a0ba2fe121d532d0854953b9c7280113 Mon Sep 17 00:00:00 2001 From: Isaac To Date: Fri, 13 Sep 2024 13:24:04 -0700 Subject: [PATCH] Update project urls Due to the transfer of the project to the DANDI organization on github --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 86d4be3e..125f6024 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,9 +33,9 @@ dependencies = [ ] [project.urls] -Documentation = "https://github.com/DailyDreaming/linkml-aind-model#readme" -Issues = "https://github.com/DailyDreaming/linkml-aind-model/issues" -Source = "https://github.com/DailyDreaming/linkml-aind-model" +Documentation = "https://github.com/dandi/pydantic2linkml#readme" +Issues = "https://github.com/dandi/pydantic2linkml/issues" +Source = "https://github.com/dandi/pydantic2linkml" [project.scripts] pydantic2linkml = "pydantic2linkml.cli:app"