maintainers: drop arjix (#426929)

Aleksana 0ee77ee5 130d54a5

Changed files
+2 -8
maintainers
pkgs
by-name
ne
nengo-gui
development
python-modules
nengo
-6
maintainers/maintainer-list.nix
···
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
pkgs/by-name/ne/nengo-gui/package.nix
···
description = "Nengo interactive visualizer";
homepage = "https://nengo.ai/";
license = licenses.unfreeRedistributable;
-
maintainers = with maintainers; [ arjix ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/development/python-modules/nengo/default.nix
···
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; [ ];
};
}