mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
Correct license
This commit is contained in:
parent
9ec71eb051
commit
7bf616dd77
|
@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
|
|||
bin/isabelle install $out/bin
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "A generic proof assistant";
|
||||
|
||||
longDescription = ''
|
||||
|
@ -75,8 +75,8 @@ stdenv.mkDerivation rec {
|
|||
formulas in a logical calculus.
|
||||
'';
|
||||
homepage = "https://isabelle.in.tum.de/";
|
||||
license = "LGPL";
|
||||
maintainers = [ stdenv.lib.maintainers.jwiegley ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.jwiegley ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue