gpredict: add pandapip1 to maintainers

This commit is contained in:
Gavin John 2025-01-16 17:57:49 -08:00
parent 97edf1bc73
commit f9c0cf14f6
No known key found for this signature in database
GPG Key ID: 792E158CDD33C3EE

View File

@ -75,6 +75,7 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = with lib.maintainers; [
markuskowa
cmcdragonkai
pandapip1
];
};
})