Unverified Commit 2eb341b1 authored by Matthias Beyer's avatar Matthias Beyer
Browse files

mdbook-plantuml: Add myself as maintainer

parent 6232daff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,6 +40,6 @@ rustPlatform.buildRustPackage rec {
    mainProgram = "mdbook-plantuml";
    homepage = "https://github.com/sytsereitsma/mdbook-plantuml";
    license = [ licenses.mit ];
    maintainers = with maintainers; [ jcouyang ];
    maintainers = with maintainers; [ jcouyang matthiasbeyer ];
  };
}