Unverified Commit dfe41abf authored by Matthias Beyer's avatar Matthias Beyer
Browse files

gitnr: Add myself as maintainer

parent 54e4669c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/reemus-dev/gitnr";
    changelog = "https://github.com/reemus-dev/gitnr/blob/${src.rev}/CHANGELOG.md";
    license = licenses.mit;
    maintainers = with maintainers; [ figsoda ];
    maintainers = with maintainers; [ figsoda matthiasbeyer ];
    mainProgram = "gitnr";
  };
}