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:
commit
c4a980a158
|
@ -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=";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue