treewide: quote urls according to rfc 0045 (#145260)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
xaverdh
2021-11-10 11:37:56 +01:00
committed by GitHub
co-authored by Sandro
parent 585b69bbf3
commit 03a257e5a3
46 changed files with 141 additions and 141 deletions
@@ -36,7 +36,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python interface to CSXCAD";
homepage = http://openems.de/index.php/Main_Page.html;
homepage = "http://openems.de/index.php/Main_Page.html";
license = licenses.gpl3;
maintainers = with maintainers; [ matthuszagh ];
platforms = platforms.linux;