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