maintainers: drop arjix

Last activity on GitHub was 2021.
This commit is contained in:
Michael Daniels 2025-07-20 09:22:34 -04:00
parent 762e52326d
commit d5bd1419fe
No known key found for this signature in database
3 changed files with 2 additions and 8 deletions

View File

@ -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";

View File

@ -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; [ ];
};
}

View File

@ -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; [ ];
};
}