parmetis: set license to unfree

generic unfree license fits best
This commit is contained in:
Uli Baum 2018-09-13 21:10:40 +02:00
parent 035b2f5250
commit 79d9145469

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "ParMETIS is an MPI-based parallel library that implements a variety of algorithms for partitioning unstructured graphs, meshes, and for computing fill-reducing orderings of sparse matrices";
homepage = http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview;
platforms = platforms.all;
license = licenses.cc-by-nc-sa-20;
license = licenses.unfree;
maintainers = [ maintainers.costrouc ];
};
}