treewide: per RFC45, remove more unquoted URLs

This commit is contained in:
Pavol Rusnak
2020-05-08 15:20:47 +02:00
parent c15434eefa
commit 6abf4a43ad
12 changed files with 106 additions and 106 deletions
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = http://www.elmerfem.org/;
homepage = "https://elmerfem.org/";
description = "A finite element software for multiphysical problems.";
platforms = platforms.unix;
maintainers = [ maintainers.wulfsta ];