From 367e2e46838f99d80a33dd62fa171e149383787d Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 9 Jun 2026 11:40:55 +0200 Subject: [PATCH] nspr moved to github --- DEPENDENCIES.md | 2 +- docs/dependency-management.md | 2 +- megazords/full/DEPENDENCIES.md | 2 +- megazords/full/android/dependency-licenses.xml | 2 +- megazords/ios-rust/DEPENDENCIES.md | 2 +- tools/dependency_summary.py | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 3a29810ea5..ced5b5e692 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -55,7 +55,7 @@ the details of which are reproduced below. ## Mozilla Public License 2.0 The following text applies to code linked from these dependencies: -[NSPR](https://hg.mozilla.org/projects/nspr), +[NSPR](https://github.com/mozilla/nspr/), [NSS](https://hg.mozilla.org/projects/nss), [ece](https://github.com/mozilla/rust-ece), [glean-build](https://github.com/mozilla/glean), diff --git a/docs/dependency-management.md b/docs/dependency-management.md index 2d5dd09e88..89ad076133 100644 --- a/docs/dependency-management.md +++ b/docs/dependency-management.md @@ -78,7 +78,7 @@ We currently do not depend on any Swift dependencies. And no Swift dependencies We currently depend on local builds of the following system dependencies: -* [NSS](https://hg.mozilla.org/projects/nss) and [NSPR](https://hg.mozilla.org/projects/nspr) +* [NSS](https://hg.mozilla.org/projects/nss) and [NSPR](https://github.com/mozilla/nspr/) * [SQLCipher](https://github.com/sqlcipher/sqlcipher) * [Protobuf](https://github.com/protocolbuffers/protobuf) diff --git a/megazords/full/DEPENDENCIES.md b/megazords/full/DEPENDENCIES.md index 51308b5637..fb4559f25f 100644 --- a/megazords/full/DEPENDENCIES.md +++ b/megazords/full/DEPENDENCIES.md @@ -40,7 +40,7 @@ the details of which are reproduced below. ## Mozilla Public License 2.0 The following text applies to code linked from these dependencies: -[NSPR](https://hg.mozilla.org/projects/nspr), +[NSPR](https://github.com/mozilla/nspr), [NSS](https://hg.mozilla.org/projects/nss), [ece](https://github.com/mozilla/rust-ece), [glean-build](https://github.com/mozilla/glean), diff --git a/megazords/full/android/dependency-licenses.xml b/megazords/full/android/dependency-licenses.xml index 0ab0fc177e..200751e28f 100644 --- a/megazords/full/android/dependency-licenses.xml +++ b/megazords/full/android/dependency-licenses.xml @@ -6,7 +6,7 @@ the details of which are reproduced below. --> Mozilla Public License 2.0: NSPR - https://hg.mozilla.org/projects/nspr/raw-file/tip/LICENSE + https://raw.githubusercontent.com/mozilla/nspr/main/LICENSE Mozilla Public License 2.0: NSS diff --git a/megazords/ios-rust/DEPENDENCIES.md b/megazords/ios-rust/DEPENDENCIES.md index 274549548c..46af0f629c 100644 --- a/megazords/ios-rust/DEPENDENCIES.md +++ b/megazords/ios-rust/DEPENDENCIES.md @@ -50,7 +50,7 @@ the details of which are reproduced below. ## Mozilla Public License 2.0 The following text applies to code linked from these dependencies: -[NSPR](https://hg.mozilla.org/projects/nspr), +[NSPR](https://github.com/mozilla/nspr), [NSS](https://hg.mozilla.org/projects/nss), [ece](https://github.com/mozilla/rust-ece), [glean-build](https://github.com/mozilla/glean), diff --git a/tools/dependency_summary.py b/tools/dependency_summary.py index 3e9dfddd91..6762a0014f 100755 --- a/tools/dependency_summary.py +++ b/tools/dependency_summary.py @@ -120,9 +120,9 @@ }, "ext-nspr": { "name": "NSPR", - "repository": "https://hg.mozilla.org/projects/nspr", + "repository": "https://github.com/mozilla/nspr/", "license": "MPL-2.0", - "license_file": "https://hg.mozilla.org/projects/nspr/raw-file/tip/LICENSE", + "license_file": "https://raw.githubusercontent.com/mozilla/nspr/main/LICENSE", }, "ext-openssl": { "name": "openssl",