coq-elpi: clarify license

This commit is contained in:
Enrico Tassi
2021-05-28 03:15:23 +02:00
committed by Vincent Laporte
parent abc154793a
commit 6fb5325d5c
@@ -47,6 +47,6 @@ in mkCoqDerivation {
meta = {
description = "Coq plugin embedding ELPI.";
maintainers = [ maintainers.cohencyril ];
license = licenses.lgpl21;
license = licenses.lgpl21Plus;
};
}