Unverified Commit 51e2d742 authored by K.B.Dharun Krishna's avatar K.B.Dharun Krishna Committed by GitHub
Browse files

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

parent dabb3484
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };
}