mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
Correct license
This commit is contained in:
parent
9ec71eb051
commit
7bf616dd77
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user