From d59b1914e277b08caab0314641325fc6d175ddd9 Mon Sep 17 00:00:00 2001 From: jorenham Date: Tue, 4 Feb 2025 01:45:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=97=20change=20`jorenham/numtype`=20re?= =?UTF-8?q?po=20refs=20to=20`numpy/numtype`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- pyproject.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 94fcbba0..5c68970c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

--- diff --git a/pyproject.toml b/pyproject.toml index 8a61538b..fe31f1f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,9 +35,9 @@ dependencies = [] [project.urls] Homepage = "https://numpy.org/" - Repository = "https://github.com/jorenham/numtype/" - Issues = "https://github.com/jorenham/numtype/issues" - Changelog = "https://github.com/jorenham/numtype/releases" + Repository = "https://github.com/numpy/numtype/" + Issues = "https://github.com/numpy/numtype/issues" + Changelog = "https://github.com/numpy/numtype/releases" [dependency-groups]