maintainers: remove ivan-tkatchev
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user