From a5244f59f06304a94c4011bb47f723269274b553 Mon Sep 17 00:00:00 2001 From: Calum MacRae Date: Wed, 27 Mar 2024 09:02:30 +0000 Subject: [PATCH] chore: update repo URL references to reflect transfer --- README.rst | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 5601fc2..af7e935 100644 --- a/README.rst +++ b/README.rst @@ -14,8 +14,8 @@ Pure-Python implementation of a `threshold ecdsa signature scheme `__: Contributions ^^^^^^^^^^^^^ -In order to contribute to the source code, open an issue or submit a pull request on the `GitHub page `__ for this library. +In order to contribute to the source code, open an issue or submit a pull request on the `GitHub page `__ for this library. Versioning ^^^^^^^^^^ diff --git a/pyproject.toml b/pyproject.toml index e322856..c5db297 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ ] [project.urls] -Repository = "https://github.com/nillion-oss/tinysig" +Repository = "https://github.com/NillionNetwork/tinysig" Documentation = "https://tinysig.readthedocs.io" [project.optional-dependencies]