cpm-cmake: remove myself as maintainer

This commit is contained in:
Ken Matsui
2023-03-12 04:00:18 -07:00
committed by GitHub
parent 324b8d7796
commit 68de044c36
+1 -1
View File
@@ -37,7 +37,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
simple API and more.
'';
license = licenses.mit;
maintainers = with maintainers; [ ken-matsui ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
})