git2-cpp: remove ken-matsui from maintainers

This commit is contained in:
Ken Matsui
2024-03-13 20:27:17 +01:00
committed by Bjørn Forsman
parent 3da5fc8817
commit 702dd11b53
@@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/ken-matsui/git2-cpp";
description = "libgit2 bindings for C++";
license = licenses.mit;
maintainers = with maintainers; [ ken-matsui ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
})