coq-flocq: license

This commit is contained in:
Vincent Laporte 2014-12-07 13:14:08 +01:00
parent 1b8516b498
commit 7893825613

View file

@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://flocq.gforge.inria.fr/;
description = "Flocq (Floats for Coq) is a floating-point formalization for the Coq system";
license = licenses.lgpl3;
maintainers = with maintainers; [ jwiegley ];
platforms = coq.meta.platforms;
};