maintainers: remove ivan-tkatchev

This commit is contained in:
Hythera
2026-06-12 16:28:30 +02:00
parent 85ee00e461
commit 3dbdf9d38d
7 changed files with 6 additions and 12 deletions
-6
View File
@@ -11906,12 +11906,6 @@
github = "ivan-timokhin";
githubId = 9802104;
};
ivan-tkatchev = {
email = "tkatchev@gmail.com";
github = "ivan-tkatchev";
githubId = 650601;
name = "Ivan Tkatchev";
};
ivan770 = {
email = "ivan@ivan770.me";
github = "ivan770";
+1 -1
View File
@@ -78,6 +78,6 @@ stdenv.mkDerivation {
homepage = "https://www.boost.org/build/";
license = lib.licenses.boost;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ ivan-tkatchev ];
maintainers = [ ];
};
}
+1 -1
View File
@@ -69,6 +69,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/google/googletest";
license = lib.licenses.bsd3;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ ivan-tkatchev ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -35,6 +35,6 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "makerpm";
license = lib.licenses.free;
platforms = lib.platforms.all;
maintainers = [ lib.maintainers.ivan-tkatchev ];
maintainers = [ ];
};
})
@@ -32,6 +32,6 @@ buildPythonPackage rec {
changelog = "https://github.com/marshmallow-code/marshmallow-oneofschema/blob/${version}/CHANGELOG.rst";
homepage = "https://github.com/marshmallow-code/marshmallow-oneofschema";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ ivan-tkatchev ];
maintainers = [ ];
};
}
@@ -36,7 +36,7 @@ buildPythonPackage rec {
homepage = "https://github.com/areski/python-nvd3";
changelog = "https://github.com/areski/python-nvd3/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ ivan-tkatchev ];
maintainers = [ ];
mainProgram = "nvd3";
};
}
@@ -44,6 +44,6 @@ buildPythonPackage rec {
homepage = "https://github.com/penguinolog/sqlalchemy_jsonfield";
changelog = "https://github.com/penguinolog/sqlalchemy_jsonfield/releases/tag/${version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ ivan-tkatchev ];
maintainers = [ ];
};
}