treewide: fix redirect URLs
This commit is contained in:
@@ -83,7 +83,7 @@ let
|
||||
'';
|
||||
meta = {
|
||||
description = "A domain-specific language for finite element variational forms";
|
||||
homepage = http://fenicsproject.org/;
|
||||
homepage = https://fenicsproject.org/;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
license = stdenv.lib.licenses.lgpl3;
|
||||
};
|
||||
@@ -102,7 +102,7 @@ let
|
||||
'';
|
||||
meta = {
|
||||
description = "A compiler for finite element variational forms";
|
||||
homepage = http://fenicsproject.org/;
|
||||
homepage = https://fenicsproject.org/;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
license = stdenv.lib.licenses.lgpl3;
|
||||
};
|
||||
@@ -117,7 +117,7 @@ let
|
||||
buildInputs = [ numpy six ];
|
||||
meta = {
|
||||
description = "Instant inlining of C and C++ code in Python";
|
||||
homepage = http://fenicsproject.org/;
|
||||
homepage = https://fenicsproject.org/;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
license = stdenv.lib.licenses.lgpl3;
|
||||
};
|
||||
@@ -162,7 +162,7 @@ stdenv.mkDerivation {
|
||||
postInstall = "source $out/share/dolfin/dolfin.conf";
|
||||
meta = {
|
||||
description = "The FEniCS Problem Solving Environment in Python and C++";
|
||||
homepage = http://fenicsproject.org/;
|
||||
homepage = https://fenicsproject.org/;
|
||||
platforms = stdenv.lib.platforms.darwin;
|
||||
license = stdenv.lib.licenses.lgpl3;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user