Commit 50068e0c authored by Austin Seipp's avatar Austin Seipp
Browse files

jujutsu: add myself as a maintainer



Signed-off-by: default avatarAustin Seipp <aseipp@pobox.com>
parent a9584671
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/martinvonz/jj";
    changelog = "https://github.com/martinvonz/jj/blob/v${version}/CHANGELOG.md";
    license = licenses.asl20;
    maintainers = with maintainers; [ _0x4A6F ];
    maintainers = with maintainers; [ _0x4A6F thoughtpolice ];
    mainProgram = "jj";
  };
}