Unverified Commit ba62c1d8 authored by Gavin John's avatar Gavin John
Browse files

cpm-cmake: Add pandapip1 to maintainers list

parent 182a524c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
      simple API and more.
    '';
    license = licenses.mit;
    maintainers = [ ];
    maintainers = with maintainers; [ pandapip1 ];
    platforms = platforms.all;
  };
})