forked from mirrors/nixpkgs
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";
|
description = "NEST is a command line tool for simulating neural networks";
|
||||||
homepage = "https://www.nest-simulator.org/";
|
homepage = "https://www.nest-simulator.org/";
|
||||||
changelog = "https://github.com/nest/nest-simulator/releases/tag/v${version}";
|
changelog = "https://github.com/nest/nest-simulator/releases/tag/v${version}";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ jiegec davidcromp ];
|
maintainers = with maintainers; [ jiegec davidcromp ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue