p4d: add corngood to maintainers

This commit is contained in:
Noah Fontes 2022-09-07 22:33:26 -07:00
parent 2576bb2c18
commit 453192aa4b
No known key found for this signature in database
GPG Key ID: 85B8C0A0B15FF53F

View File

@ -47,6 +47,6 @@ stdenv.mkDerivation {
license = licenses.unfree;
mainProgram = "p4d";
platforms = builtins.attrNames srcs;
maintainers = with maintainers; [ impl ];
maintainers = with maintainers; [ corngood impl ];
};
}