From dad684c95fb72d5045347ba2fa5571b1a94f7dc7 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 18 Feb 2026 20:41:33 +0100 Subject: [PATCH] Adjust the URL --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c52dbfd..ac4bc94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "num-prime" version = "0.4.4" edition = "2018" -repository = "https://github.com/cmpute/num-prime" +repository = "https://github.com/uutils/num-prime" keywords = ["mathematics", "primes", "number-theory", "bigint", "num"] categories = ["cryptography", "science", "algorithms"] documentation = "https://docs.rs/num-prime"