arti: add whispersofthedawn as maintainer

This commit is contained in:
whispers
2026-02-02 21:47:14 -05:00
parent 43b3f53866
commit a45e04dd39
+4 -1
View File
@@ -79,6 +79,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
asl20
mit
];
maintainers = with lib.maintainers; [ rapiteanu ];
maintainers = with lib.maintainers; [
rapiteanu
whispersofthedawn
];
};
})