nest: specify license
This commit is contained in:
parent
c7ec291235
commit
109f8ccdfe
@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
|
||||
description = "NEST is a command line tool for simulating neural networks";
|
||||
homepage = "https://www.nest-simulator.org/";
|
||||
changelog = "https://github.com/nest/nest-simulator/releases/tag/v${version}";
|
||||
license = licenses.gpl2;
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ jiegec davidcromp ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user