maintainers: drop arjix (#426929)

This commit is contained in:
Aleksana
2025-08-01 20:43:34 +08:00
committed by GitHub
3 changed files with 2 additions and 8 deletions
-6
View File
@@ -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
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; [ ];
};
}
@@ -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; [ ];
};
}