maintainers: drop arjix
Last activity on GitHub was 2021.
This commit is contained in:
parent
762e52326d
commit
d5bd1419fe
@ -2059,12 +2059,6 @@
|
|||||||
githubId = 10400299;
|
githubId = 10400299;
|
||||||
name = "Arjan Schrijver";
|
name = "Arjan Schrijver";
|
||||||
};
|
};
|
||||||
arjix = {
|
|
||||||
email = "arjix@protonmail.com";
|
|
||||||
github = "arjix";
|
|
||||||
githubId = 62168569;
|
|
||||||
name = "arjix";
|
|
||||||
};
|
|
||||||
arkivm = {
|
arkivm = {
|
||||||
email = "vikram186@gmail.com";
|
email = "vikram186@gmail.com";
|
||||||
github = "arkivm";
|
github = "arkivm";
|
||||||
|
@ -26,6 +26,6 @@ python3Packages.buildPythonPackage rec {
|
|||||||
description = "Nengo interactive visualizer";
|
description = "Nengo interactive visualizer";
|
||||||
homepage = "https://nengo.ai/";
|
homepage = "https://nengo.ai/";
|
||||||
license = licenses.unfreeRedistributable;
|
license = licenses.unfreeRedistributable;
|
||||||
maintainers = with maintainers; [ arjix ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -43,6 +43,6 @@ buildPythonPackage rec {
|
|||||||
description = "Python library for creating and simulating large-scale brain models";
|
description = "Python library for creating and simulating large-scale brain models";
|
||||||
homepage = "https://nengo.ai/";
|
homepage = "https://nengo.ai/";
|
||||||
license = licenses.unfreeRedistributable;
|
license = licenses.unfreeRedistributable;
|
||||||
maintainers = with maintainers; [ arjix ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user