mask: add defelo as maintainer

This commit is contained in:
Defelo 2025-05-23 00:24:15 +02:00
parent 39a061a597
commit bc2452370d
No known key found for this signature in database
GPG key ID: 2A05272471204DD3

View file

@ -50,6 +50,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/jacobdeichert/mask";
changelog = "https://github.com/jacobdeichert/mask/blob/mask/${finalAttrs.version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ figsoda ];
maintainers = with lib.maintainers; [
figsoda
defelo
];
};
})