Merge pull request #220808 from ken-matsui/cpp-cmake-remove-maintainer

cpm-cmake: remove myself as maintainer
This commit is contained in:
Nick Cao 2023-03-12 19:42:59 +08:00 committed by GitHub
commit 6657f3120e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
};
})