tpnote: add starryreverie as maintainer

This commit is contained in:
Justin Chen
2025-12-22 13:11:28 +08:00
parent 939716e0f0
commit 9608eb345f
+4 -1
View File
@@ -71,6 +71,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://blog.getreu.net/projects/tp-note/";
license = lib.licenses.mit;
mainProgram = "tpnote";
maintainers = with lib.maintainers; [ getreu ];
maintainers = with lib.maintainers; [
getreu
starryreverie
];
};
})