meteor: add hythera as maintainer

This commit is contained in:
Hythera 2026-04-10 13:14:32 +02:00
commit f768180596
No known key found for this signature in database
GPG key ID: 123E2CC7E1F951AA

View file

@ -132,7 +132,7 @@ stdenv.mkDerivation {
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.mit;
platforms = builtins.attrNames srcs;
maintainers = [ ];
maintainers = with lib.maintainers; [ hythera ];
mainProgram = "meteor";
};
}