dep-repository

Default repository for the dep dependency manager
git clone git://git.finwo.net/misc/dep-repository
Log | Files | Refs

commit 8c7131b833cbf25a3d9f84aa9828016b859dc88e
parent 14eda90eea9e5bc4a6bdce6a550719d2deb975c3
Author: finwo <finwo@pm.me>
Date:   Tue, 21 Feb 2023 21:57:58 +0100

Fix tidwall/btree tarball url

Diffstat:
Mtidwall/btree/package.ini | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tidwall/btree/package.ini b/tidwall/btree/package.ini @@ -1,6 +1,6 @@ [package] name=tidwall/btree -src=https://github.com/tidwall/btree/archive/refs/heads/master.tar.gz +src=https://github.com/tidwall/btree.c/archive/refs/heads/master.tar.gz [fetch] config.mk=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/btree/config.mk