treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user