phraze: add myself as maintainer

This commit is contained in:
Donovan Glover 2024-07-30 15:04:03 -04:00
parent 8b63ff3009
commit 4c5f6a1636
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -34,7 +34,10 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/sts10/phraze";
changelog = "https://github.com/sts10/phraze/releases/tag/v${version}";
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ x123 ];
maintainers = with lib.maintainers; [
x123
donovanglover
];
mainProgram = "phraze";
};
}