paper-age: remove tomfitzhenry as maintainer

This commit is contained in:
Tom Fitzhenry 2025-05-15 23:05:49 +10:00
parent acb0aca85c
commit 5aa68f7ab6

View file

@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/matiaskorhonen/paper-age";
changelog = "https://github.com/matiaskorhonen/paper-age/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ tomfitzhenry ];
maintainers = [ ];
mainProgram = "paper-age";
};
}