1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

Merge pull request #255153 from SuperSandro2000/tldr

tldr: fix repo redirect
This commit is contained in:
Mario Rodas 2023-09-16 03:02:52 -05:00 committed by GitHub
commit c4a980a158
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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=";
};