coq-elpi: clarify license

This commit is contained in:
Enrico Tassi 2021-05-25 12:43:21 +02:00 committed by Vincent Laporte
parent abc154793a
commit 6fb5325d5c

View file

@ -47,6 +47,6 @@ in mkCoqDerivation {
meta = {
description = "Coq plugin embedding ELPI.";
maintainers = [ maintainers.cohencyril ];
license = licenses.lgpl21;
license = licenses.lgpl21Plus;
};
}