Skip to content

Commit 975dd86

Browse files
committed
cleanup
1 parent dcea8cb commit 975dd86

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "deps/heapwolf/cxx-flat-tree/index.hxx"
1+
#include "deps/datcxx/cxx-flat-tree/index.hxx"
22

33
#include <iostream>
44

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"main": "index.cxx",
44
"description": "Hypercore is a secure, distributed append-only log.",
55
"dependencies": {
6-
"[email protected]:heapwolf/cxx-flat-tree": "ceda12f3"
6+
"[email protected]:datcxx/cxx-flat-tree": "ceda12f3"
77
},
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/datcxx/hypercore.git"
10+
"url": "git+https://github.com/datcxx/cxx-hypercore.git"
1111
},
1212
"flags": [
1313
"-o ./bin/hypercore",
@@ -17,4 +17,4 @@
1717
"scripts": {
1818
"test": "c++ test/index.cxx -o test/index && ./test/index"
1919
}
20-
}
20+
}

0 commit comments

Comments
 (0)