tldr/default.nix: update website link to main page, add kbdharun to package maintainers
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user