meson.meta.maintainers: add myself

I've done most of the updates recently.
This commit is contained in:
Alyssa Ross
2024-07-29 11:26:10 +02:00
parent b34ee7d484
commit 3b7f89348e
+1 -1
View File
@@ -178,7 +178,7 @@ python3.pkgs.buildPythonApplication rec {
code.
'';
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ AndersonTorres ];
maintainers = with lib.maintainers; [ AndersonTorres qyliss ];
inherit (python3.meta) platforms;
};
}