Correct license

This commit is contained in:
sohalt 2020-05-10 00:49:56 +02:00
parent 9ec71eb051
commit 7bf616dd77

View File

@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
bin/isabelle install $out/bin bin/isabelle install $out/bin
''; '';
meta = { meta = with stdenv.lib; {
description = "A generic proof assistant"; description = "A generic proof assistant";
longDescription = '' longDescription = ''
@ -75,8 +75,8 @@ stdenv.mkDerivation rec {
formulas in a logical calculus. formulas in a logical calculus.
''; '';
homepage = "https://isabelle.in.tum.de/"; homepage = "https://isabelle.in.tum.de/";
license = "LGPL"; license = licenses.bsd3;
maintainers = [ stdenv.lib.maintainers.jwiegley ]; maintainers = [ lib.maintainers.jwiegley ];
platforms = stdenv.lib.platforms.linux; platforms = platforms.linux;
}; };
} }