treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-04-10 17:54:53 +01:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions
@@ -47,7 +47,7 @@ let
'';
meta = {
description = "Distributed just-in-time shared library building";
homepage = https://fenicsproject.org/;
homepage = "https://fenicsproject.org/";
platforms = stdenv.lib.platforms.all;
license = stdenv.lib.licenses.lgpl3;
};
@@ -77,7 +77,7 @@ let
'';
meta = {
description = "Automatic generation of finite element basis functions";
homepage = https://fenicsproject.org/;
homepage = "https://fenicsproject.org/";
platforms = stdenv.lib.platforms.all;
license = stdenv.lib.licenses.lgpl3;
};
@@ -99,7 +99,7 @@ let
'';
meta = {
description = "A domain-specific language for finite element variational forms";
homepage = https://fenicsproject.org/;
homepage = "https://fenicsproject.org/";
platforms = stdenv.lib.platforms.all;
license = stdenv.lib.licenses.lgpl3;
};
@@ -136,7 +136,7 @@ let
'';
meta = {
description = "A compiler for finite element variational forms";
homepage = https://fenicsproject.org/;
homepage = "https://fenicsproject.org/";
platforms = stdenv.lib.platforms.all;
license = stdenv.lib.licenses.lgpl3;
};
@@ -211,7 +211,7 @@ let
'';
meta = {
description = "The FEniCS Problem Solving Environment in Python and C++";
homepage = https://fenicsproject.org/;
homepage = "https://fenicsproject.org/";
license = stdenv.lib.licenses.lgpl3;
};
};
@@ -250,7 +250,7 @@ let
doCheck = false; # Tries to orte_ess_init and call ssh to localhost
meta = {
description = "Python bindings for the DOLFIN FEM compiler";
homepage = https://fenicsproject.org/;
homepage = "https://fenicsproject.org/";
platforms = stdenv.lib.platforms.all;
license = stdenv.lib.licenses.lgpl3;
};