Skip to content

Commit 64e6fd8

Browse files
committed
nspr moved to github
1 parent b658336 commit 64e6fd8

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

DEPENDENCIES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ the details of which are reproduced below.
5555
## Mozilla Public License 2.0
5656

5757
The following text applies to code linked from these dependencies:
58-
[NSPR](https://hg.mozilla.org/projects/nspr),
58+
[NSPR](https://github.com/mozilla/nspr/),
5959
[NSS](https://hg.mozilla.org/projects/nss),
6060
[ece](https://github.com/mozilla/rust-ece),
6161
[glean-build](https://github.com/mozilla/glean),

docs/dependency-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ We currently do not depend on any Swift dependencies. And no Swift dependencies
7878

7979
We currently depend on local builds of the following system dependencies:
8080

81-
* [NSS](https://hg.mozilla.org/projects/nss) and [NSPR](https://hg.mozilla.org/projects/nspr)
81+
* [NSS](https://hg.mozilla.org/projects/nss) and [NSPR](https://github.com/mozilla/nspr/)
8282
* [SQLCipher](https://github.com/sqlcipher/sqlcipher)
8383
* [Protobuf](https://github.com/protocolbuffers/protobuf)
8484

megazords/full/DEPENDENCIES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ the details of which are reproduced below.
4040
## Mozilla Public License 2.0
4141

4242
The following text applies to code linked from these dependencies:
43-
[NSPR](https://hg.mozilla.org/projects/nspr),
43+
[NSPR](https://github.com/mozilla/nspr),
4444
[NSS](https://hg.mozilla.org/projects/nss),
4545
[ece](https://github.com/mozilla/rust-ece),
4646
[glean-build](https://github.com/mozilla/glean),

megazords/full/android/dependency-licenses.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ the details of which are reproduced below.
66
-->
77
<license>
88
<name>Mozilla Public License 2.0: NSPR</name>
9-
<url>https://hg.mozilla.org/projects/nspr/raw-file/tip/LICENSE</url>
9+
<url>https://github.com/mozilla/nspr/blob/main/LICENSE</url>
1010
</license>
1111
<license>
1212
<name>Mozilla Public License 2.0: NSS</name>

megazords/ios-rust/DEPENDENCIES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ the details of which are reproduced below.
5050
## Mozilla Public License 2.0
5151

5252
The following text applies to code linked from these dependencies:
53-
[NSPR](https://hg.mozilla.org/projects/nspr),
53+
[NSPR](https://github.com/mozilla/nspr),
5454
[NSS](https://hg.mozilla.org/projects/nss),
5555
[ece](https://github.com/mozilla/rust-ece),
5656
[glean-build](https://github.com/mozilla/glean),

tools/dependency_summary.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@
120120
},
121121
"ext-nspr": {
122122
"name": "NSPR",
123-
"repository": "https://hg.mozilla.org/projects/nspr",
123+
"repository": "https://github.com/mozilla/nspr/",
124124
"license": "MPL-2.0",
125-
"license_file": "https://hg.mozilla.org/projects/nspr/raw-file/tip/LICENSE",
125+
"license_file": "https://github.com/mozilla/nspr/blob/main/LICENSE",
126126
},
127127
"ext-openssl": {
128128
"name": "openssl",

0 commit comments

Comments
 (0)