use https
This commit is contained in:
parent
de81e8b961
commit
9ec71eb051
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
src = if stdenv.isDarwin
|
src = if stdenv.isDarwin
|
||||||
then fetchurl {
|
then fetchurl {
|
||||||
url = "http://isabelle.in.tum.de/website-${dirname}/dist/${dirname}_macos.tar.gz";
|
url = "https://isabelle.in.tum.de/website-${dirname}/dist/${dirname}_macos.tar.gz";
|
||||||
sha256 = "1sfr5filsaqj93g5y4p9n8g5652dhr4whj25x4lifdxr2pp560xx";
|
sha256 = "1sfr5filsaqj93g5y4p9n8g5652dhr4whj25x4lifdxr2pp560xx";
|
||||||
}
|
}
|
||||||
else fetchurl {
|
else fetchurl {
|
||||||
|
@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
|
||||||
to be expressed in a formal language and provides tools for proving those
|
to be expressed in a formal language and provides tools for proving those
|
||||||
formulas in a logical calculus.
|
formulas in a logical calculus.
|
||||||
'';
|
'';
|
||||||
homepage = "http://isabelle.in.tum.de/";
|
homepage = "https://isabelle.in.tum.de/";
|
||||||
license = "LGPL";
|
license = "LGPL";
|
||||||
maintainers = [ stdenv.lib.maintainers.jwiegley ];
|
maintainers = [ stdenv.lib.maintainers.jwiegley ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
|
Loading…
Reference in a new issue