Unverified Commit 0ee77ee5 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

maintainers: drop arjix (#426929)

parents 130d54a5 d5bd1419
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -2064,12 +2064,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
@@ -42,6 +42,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; [ ];
  };
}