tldr: fix repo redirect

This commit is contained in:
Sandro Jäckel 2023-09-14 19:24:04 +02:00
parent 265b109a81
commit 02198b300c
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "tldr-pages";
repo = "tldr-cpp-client";
repo = "tldr-c-client";
rev = "v${version}";
sha256 = "sha256-9pBMo+t/44tuT/CisS0w60KaKXjPfNTMr2v6Ftjaf1k=";
};