coqPackages.trakt: fix documented license

This commit is contained in:
Théo Zimmermann 2023-06-27 14:38:03 +02:00 committed by Vincent Laporte
parent 53ef5765ad
commit 4a5e022304

View File

@ -21,7 +21,7 @@ mkCoqDerivation {
meta = with lib; {
description = "A generic goal preprocessing tool for proof automation tactics in Coq";
maintainers = with maintainers; [ siraben ];
license = licenses.cecill-b;
license = licenses.lgpl3Plus;
platforms = platforms.unix;
};
}