Loading pkgs/tools/misc/tldr/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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; }; } Loading
pkgs/tools/misc/tldr/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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; }; }