dep-repository

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

commit 132ebf6da9e45eebb6ae537db7cc08ffa6b1d8a6
parent be12003b501c25f3f63e668e88b198e7dab3edd2
Author: finwo <finwo@pm.me>
Date:   Sun, 22 Oct 2023 01:16:14 +0200

Fixed http-server entry in stable list

Diffstat:
Mstable.cnf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stable.cnf b/stable.cnf @@ -10,7 +10,7 @@ finwo/benchmark=https://github.com/finwo/c-benchmark/archive/refs/tags/stable.ta finwo/buf_extra=https://github.com/finwo/c-bufextra/archive/refs/tags/stable.tar.gz finwo/fnet=https://github.com/finwo/c-fnet/archive/refs/tags/stable.tar.gz finwo/http-parser=https://github.com/finwo/http-parser/archive/refs/tags/stable.tar.gz -finwo/http-stable=https://github.com/finwo/http-server/archive/refs/tags/stable.tar.gz +finwo/http-server=https://github.com/finwo/http-server/archive/refs/tags/stable.tar.gz finwo/matter=https://github.com/finwo/matter/archive/refs/tags/stable.tar.gz finwo/mindex=https://github.com/finwo/c-mindex/archive/refs/tags/stable.tar.gz finwo/str_extra=https://github.com/finwo/c-strextra/archive/refs/tags/stable.tar.gz