maintainers: drop BarinovMaxim

This commit is contained in:
Sigmanificient
2025-10-11 20:33:35 +02:00
parent 990146f6a3
commit b8adab38f1
9 changed files with 8 additions and 14 deletions

View File

@@ -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";

View File

@@ -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"

View File

@@ -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";
};

View File

@@ -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"

View File

@@ -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"

View File

@@ -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 = [ ];
};
}

View File

@@ -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 = [ ];
};
}

View File

@@ -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 = [ ];
};
}

View File

@@ -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.