Fixup
Co-authored-by: puzzlewolf <23097564+puzzlewolf@users.noreply.github.com>
This commit is contained in:
parent
7bf616dd77
commit
877af72161
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
homepage = "https://isabelle.in.tum.de/";
|
homepage = "https://isabelle.in.tum.de/";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = [ lib.maintainers.jwiegley ];
|
maintainers = [ maintainers.jwiegley ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue