maintainers: remove danharaj

github account deleted
This commit is contained in:
ajs124 2022-06-23 00:54:19 +02:00
parent 8cb1366872
commit 91b724c66d
7 changed files with 6 additions and 12 deletions

View file

@ -2791,12 +2791,6 @@
githubId = 24708079;
name = "Dan Eads";
};
danharaj = {
email = "dan@obsidian.systems";
github = "danharaj";
githubId = 23366017;
name = "Dan Haraj";
};
danielbarter = {
email = "danielbarter@gmail.com";
github = "danielbarter";

View file

@ -57,6 +57,6 @@ in stdenv.mkDerivation rec {
url = "https://blzdistsc2-a.akamaihd.net/AI_AND_MACHINE_LEARNING_LICENSE.html";
free = false;
};
maintainers = with lib.maintainers; [ danharaj ];
maintainers = with lib.maintainers; [ ];
};
}

View file

@ -28,6 +28,6 @@ buildPythonPackage rec {
description = "Abseil Python Common Libraries";
homepage = "https://github.com/abseil/abseil-py";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ danharaj ];
maintainers = with lib.maintainers; [ ];
};
}

View file

@ -16,6 +16,6 @@ buildPythonPackage rec {
description = "A Python library for extracting MPQ (MoPaQ) files.";
homepage = "https://github.com/eagleflo/mpyq";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ danharaj ];
maintainers = with lib.maintainers; [ ];
};
}

View file

@ -29,6 +29,6 @@ buildPythonPackage rec {
description = "Library to choose unique available network ports";
homepage = "https://github.com/google/python_portpicker";
license = licenses.asl20;
maintainers = with maintainers; [ danharaj ];
maintainers = with maintainers; [ ];
};
}

View file

@ -58,6 +58,6 @@ buildPythonPackage {
homepage = "https://github.com/deepmind/pysc2";
license = lib.licenses.asl20;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ danharaj ];
maintainers = with lib.maintainers; [ ];
};
}

View file

@ -21,6 +21,6 @@ buildPythonPackage rec {
description = "StarCraft II - client protocol.";
homepage = "https://github.com/Blizzard/sc2client-proto";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ danharaj ];
maintainers = with lib.maintainers; [ ];
};
}