Unverified Commit d5bd1419 authored by Michael Daniels's avatar Michael Daniels
Browse files

maintainers: drop arjix

Last activity on GitHub was 2021.
parent 762e5232
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -2059,12 +2059,6 @@
    githubId = 10400299;
    name = "Arjan Schrijver";
  };
  arjix = {
    email = "arjix@protonmail.com";
    github = "arjix";
    githubId = 62168569;
    name = "arjix";
  };
  arkivm = {
    email = "vikram186@gmail.com";
    github = "arkivm";
+1 −1
Original line number Diff line number Diff line
@@ -26,6 +26,6 @@ python3Packages.buildPythonPackage rec {
    description = "Nengo interactive visualizer";
    homepage = "https://nengo.ai/";
    license = licenses.unfreeRedistributable;
    maintainers = with maintainers; [ arjix ];
    maintainers = with maintainers; [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -43,6 +43,6 @@ buildPythonPackage rec {
    description = "Python library for creating and simulating large-scale brain models";
    homepage = "https://nengo.ai/";
    license = licenses.unfreeRedistributable;
    maintainers = with maintainers; [ arjix ];
    maintainers = with maintainers; [ ];
  };
}