Skip to content

Commit 2e5bf08

Browse files
committed
Fix repo links
1 parent 8d54993 commit 2e5bf08

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: [napi-rs, Brooooooklyn]

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
"Long Yinan <[email protected]>"
99
]
1010
edition = "2021"
11-
repository = "https://github.com/purpleprotocol/mimalloc_rust"
11+
repository = "https://github.com/napi-rs/mimalloc-safe"
1212
keywords = ["mimalloc", "allocator", "encrypted-heap", "performance"]
1313
categories = ["memory-management", "api-bindings"]
1414
description = "Performance and security oriented drop-in allocator"

libmimalloc-sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "libmimalloc-sys2"
33
version = "0.1.45"
4-
authors = ["Octavian Oncescu <[email protected]>"]
4+
authors = ["Octavian Oncescu <[email protected]>", "Long Yinan <[email protected]>"]
55
edition = "2018"
6-
repository = "https://github.com/purpleprotocol/mimalloc_rust/tree/master/libmimalloc-sys"
6+
repository = "https://github.com/napi-rs/mimalloc-safe/tree/master/libmimalloc-sys"
77
keywords = ["allocator", "encrypted-heap", "performance"]
88
categories = ["memory-management", "api-bindings"]
99
description = "Sys crate wrapping the mimalloc allocator"

0 commit comments

Comments
 (0)