Unverified Commit f16817b6 authored by isabel's avatar isabel Committed by GitHub
Browse files

maintainers: remove mbalatsko (#476658)

parents 2b424c6b c7f1c838
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -16648,12 +16648,6 @@
    githubId = 613740;
    name = "Martin Baillie";
  };
  mbalatsko = {
    email = "mbalatsko@gmail.com";
    github = "mbalatsko";
    githubId = 15967073;
    name = "Maksym Balatsko";
  };
  mbbx6spp = {
    email = "me@susanpotter.net";
    github = "mbbx6spp";
+1 −1
Original line number Diff line number Diff line
@@ -69,6 +69,6 @@ buildPythonPackage rec {
    homepage = "https://github.com/terricain/aioboto3";
    changelog = "https://github.com/terricain/aioboto3/blob/${src.rev}/CHANGELOG.rst";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ mbalatsko ];
    maintainers = [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -35,6 +35,6 @@ buildPythonPackage rec {
    description = "HTTP basic authentication middleware for aiohttp 3.0";
    homepage = "https://github.com/romis2012/aiohttp-basicauth";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ mbalatsko ];
    maintainers = [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -56,6 +56,6 @@ buildPythonPackage rec {
    homepage = "https://github.com/claws/aioprometheus";
    changelog = "https://github.com/claws/aioprometheus/blob/${src.rev}/CHANGELOG.md";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ mbalatsko ];
    maintainers = [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -35,6 +35,6 @@ buildPythonPackage rec {
    description = "Simple and beautiful way to create date and datetime objects";
    homepage = "https://github.com/kuzmoyev/beautiful-date";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ mbalatsko ];
    maintainers = [ ];
  };
}
Loading