Unverified Commit e430cf4d authored by Philip Taron's avatar Philip Taron
Browse files

nix-doc: sign up to maintain this tool in nixpkgs

I use it a lot.
parent bb65f97e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ rustPlatform.buildRustPackage rec {
    longDescription = "An interactive Nix documentation tool providing a CLI for function search, a Nix plugin for docs in the REPL, and a ctags implementation for Nix script";
    homepage = "https://github.com/lf-/nix-doc";
    license = licenses.lgpl3Plus;
    maintainers = [ ];
    maintainers = [ maintainers.philiptaron ];
    platforms = platforms.unix;
    mainProgram = "nix-doc";
  };