dep-repository

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

commit 43f344bf5beb92a410416a7e829af3265fa4c7a6
parent 030df14bfa8c67aa9468b2ace12773206e037319
Author: finwo <finwo@pm.me>
Date:   Fri, 23 Feb 2024 23:03:57 +0100

Fix typo in finwo/endian package tarball url

Diffstat:
Medge.cnf | 2+-
Mstable.cnf | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/edge.cnf b/edge.cnf @@ -9,7 +9,7 @@ finwo/asprintf=https://github.com/finwo/c-asprintf/archive/refs/tags/edge.tar.gz finwo/assert=https://github.com/finwo/c-assert/archive/refs/tags/edge.tar.gz finwo/benchmark=https://github.com/finwo/c-benchmark/archive/refs/tags/edge.tar.gz finwo/buf_extra=https://github.com/finwo/c-bufextra/archive/refs/tags/edge.tar.gz -finwo/endian=https://github.com/finwo/endian.c/archive/refs/tags/edge.tar.gz +finwo/endian=https://github.com/finwo/endian.h/archive/refs/tags/edge.tar.gz finwo/fnet=https://github.com/finwo/c-fnet/archive/refs/tags/edge.tar.gz finwo/http-parser=https://github.com/finwo/http-parser/archive/refs/tags/edge.tar.gz finwo/http-server=https://github.com/finwo/http-server/archive/refs/tags/edge.tar.gz diff --git a/stable.cnf b/stable.cnf @@ -9,7 +9,7 @@ finwo/asprintf=https://github.com/finwo/c-asprintf/archive/refs/tags/stable.tar. finwo/assert=https://github.com/finwo/c-assert/archive/refs/tags/stable.tar.gz finwo/benchmark=https://github.com/finwo/c-benchmark/archive/refs/tags/stable.tar.gz finwo/buf_extra=https://github.com/finwo/c-bufextra/archive/refs/tags/stable.tar.gz -finwo/endian=https://github.com/finwo/endian.c/archive/refs/tags/stable.tar.gz +finwo/endian=https://github.com/finwo/endian.h/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-server=https://github.com/finwo/http-server/archive/refs/tags/stable.tar.gz