sqlcheck: add h7x4 to maintainers

This commit is contained in:
h7x4
2025-10-15 00:29:03 +09:00
parent e78df74688
commit fef33f4993

View File

@@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
license = licenses.asl20;
platforms = with platforms; unix ++ windows;
broken = stdenv.hostPlatform.isDarwin;
maintainers = [ ];
maintainers = with maintainers; [ h7x4 ];
};
}