diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 75cd523cb779..8c699a0e7b3b 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -2876,12 +2876,6 @@ githubId = 127523; name = "Herman Fries"; }; - BarinovMaxim = { - name = "Barinov Maxim"; - email = "barinov274@gmail.com"; - github = "barinov274"; - githubId = 54442153; - }; BarrOff = { name = "BarrOff"; github = "BarrOff"; diff --git a/pkgs/applications/graphics/unigine-sanctuary/default.nix b/pkgs/applications/graphics/unigine-sanctuary/default.nix index 050890c62b70..dbbccc45c736 100644 --- a/pkgs/applications/graphics/unigine-sanctuary/default.nix +++ b/pkgs/applications/graphics/unigine-sanctuary/default.nix @@ -93,7 +93,7 @@ stdenv.mkDerivation rec { homepage = "https://benchmark.unigine.com/sanctuary"; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; license = lib.licenses.unfree; - maintainers = [ lib.maintainers.BarinovMaxim ]; + maintainers = [ ]; platforms = [ "x86_64-linux" "i686-linux" diff --git a/pkgs/applications/graphics/unigine-superposition/default.nix b/pkgs/applications/graphics/unigine-superposition/default.nix index 8510096d8d20..c1bd6e8c12f7 100644 --- a/pkgs/applications/graphics/unigine-superposition/default.nix +++ b/pkgs/applications/graphics/unigine-superposition/default.nix @@ -143,7 +143,7 @@ buildFHSEnv { homepage = "https://benchmark.unigine.com/superposition"; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; license = lib.licenses.unfree; - maintainers = [ lib.maintainers.BarinovMaxim ]; + maintainers = [ ]; platforms = [ "x86_64-linux" ]; mainProgram = "unigine-superposition"; }; diff --git a/pkgs/applications/graphics/unigine-tropics/default.nix b/pkgs/applications/graphics/unigine-tropics/default.nix index 8a1e2f384e38..bbcf0648369c 100644 --- a/pkgs/applications/graphics/unigine-tropics/default.nix +++ b/pkgs/applications/graphics/unigine-tropics/default.nix @@ -91,7 +91,7 @@ stdenv.mkDerivation { homepage = "https://benchmark.unigine.com/tropics"; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; license = lib.licenses.unfree; - maintainers = [ lib.maintainers.BarinovMaxim ]; + maintainers = [ ]; platforms = [ "x86_64-linux" "i686-linux" diff --git a/pkgs/by-name/un/unigine-heaven/package.nix b/pkgs/by-name/un/unigine-heaven/package.nix index 54557ca0631d..9b3e3e22e86b 100644 --- a/pkgs/by-name/un/unigine-heaven/package.nix +++ b/pkgs/by-name/un/unigine-heaven/package.nix @@ -98,7 +98,7 @@ stdenv.mkDerivation { homepage = "https://benchmark.unigine.com/heaven"; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; license = lib.licenses.unfree; - maintainers = [ lib.maintainers.BarinovMaxim ]; + maintainers = [ ]; platforms = [ "x86_64-linux" "i686-linux" diff --git a/pkgs/development/python-modules/fontmake/default.nix b/pkgs/development/python-modules/fontmake/default.nix index 9f651758e3b0..27a653155fb8 100644 --- a/pkgs/development/python-modules/fontmake/default.nix +++ b/pkgs/development/python-modules/fontmake/default.nix @@ -59,6 +59,6 @@ buildPythonPackage rec { homepage = "https://github.com/googlefonts/fontmake"; changelog = "https://github.com/googlefonts/fontmake/releases/tag/${src.tag}"; license = lib.licenses.asl20; - maintainers = [ lib.maintainers.BarinovMaxim ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/glyphslib/default.nix b/pkgs/development/python-modules/glyphslib/default.nix index de6103f6d73e..52ee9e3beec2 100644 --- a/pkgs/development/python-modules/glyphslib/default.nix +++ b/pkgs/development/python-modules/glyphslib/default.nix @@ -55,6 +55,6 @@ buildPythonPackage rec { description = "Bridge from Glyphs source files (.glyphs) to UFOs and Designspace files via defcon and designspaceLib"; homepage = "https://github.com/googlefonts/glyphsLib"; license = lib.licenses.asl20; - maintainers = [ lib.maintainers.BarinovMaxim ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/openstep-plist/default.nix b/pkgs/development/python-modules/openstep-plist/default.nix index 7bde570f3d48..3016f05b9db8 100644 --- a/pkgs/development/python-modules/openstep-plist/default.nix +++ b/pkgs/development/python-modules/openstep-plist/default.nix @@ -43,6 +43,6 @@ buildPythonPackage rec { description = "Parser for the 'old style' OpenStep property list format also known as ASCII plist"; homepage = "https://github.com/fonttools/openstep-plist"; license = lib.licenses.mit; - maintainers = [ lib.maintainers.BarinovMaxim ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/skia-pathops/default.nix b/pkgs/development/python-modules/skia-pathops/default.nix index 6ee73cd23293..265fc0144153 100644 --- a/pkgs/development/python-modules/skia-pathops/default.nix +++ b/pkgs/development/python-modules/skia-pathops/default.nix @@ -73,7 +73,7 @@ buildPythonPackage rec { description = "Python access to operations on paths using the Skia library"; homepage = "https://github.com/fonttools/skia-pathops"; license = lib.licenses.bsd3; - maintainers = [ lib.maintainers.BarinovMaxim ]; + maintainers = [ ]; # "The Skia team is not endian-savvy enough to support big-endian CPUs." badPlatforms = lib.platforms.bigEndian; # ERROR at //gn/BUILDCONFIG.gn:87:14: Script returned non-zero exit code.