Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion docs/dependency-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion megazords/full/DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion megazords/full/android/dependency-licenses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ the details of which are reproduced below.
-->
<license>
<name>Mozilla Public License 2.0: NSPR</name>
<url>https://hg.mozilla.org/projects/nspr/raw-file/tip/LICENSE</url>
<url>https://raw.githubusercontent.com/mozilla/nspr/main/LICENSE</url>
</license>
<license>
<name>Mozilla Public License 2.0: NSS</name>
Expand Down
2 changes: 1 addition & 1 deletion megazords/ios-rust/DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
4 changes: 2 additions & 2 deletions tools/dependency_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading