tldr/default.nix: update website link to main page, add kbdharun to package maintainers

This commit is contained in:
K.B.Dharun Krishna
2023-05-10 13:29:06 +05:30
committed by GitHub
parent dabb34841c
commit 51e2d742f4
+2 -2
View File
@@ -28,10 +28,10 @@ stdenv.mkDerivation rec {
tldr pages gives common use cases for commands, so you don't need to hunt
through a man page for the correct flags.
'';
homepage = "https://tldr-pages.github.io";
homepage = "https://tldr.sh";
changelog = "https://github.com/tldr-pages/tldr-c-client/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ taeer carlosdagos ];
maintainers = with maintainers; [ taeer carlosdagos kbdharun];
platforms = platforms.all;
};
}