cpm-cmake: Add pandapip1 to maintainers list

This commit is contained in:
Gavin John 2024-11-08 17:12:06 -08:00
parent 182a524cce
commit ba62c1d849
No known key found for this signature in database
GPG Key ID: 792E158CDD33C3EE

View File

@ -42,7 +42,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
simple API and more.
'';
license = licenses.mit;
maintainers = [ ];
maintainers = with maintainers; [ pandapip1 ];
platforms = platforms.all;
};
})