Commit f1495eaa authored by Muhammad Falak R Wani's avatar Muhammad Falak R Wani
Browse files

tealdeer: add mfrw as maintainer

parent ed370405
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ rustPlatform.buildRustPackage rec {
  meta = with lib; {
    description = "Very fast implementation of tldr in Rust";
    homepage = "https://github.com/dbrgn/tealdeer";
    maintainers = with maintainers; [ davidak newam ];
    maintainers = with maintainers; [ davidak newam mfrw ];
    license = with licenses; [ asl20 mit ];
    mainProgram = "tldr";
  };