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
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
version = "v1.5";
src = fetchurl {
url = mirror://sourceforge/structuresynth/StructureSynth-Source-v1.5.0.zip;
url = "mirror://sourceforge/structuresynth/StructureSynth-Source-v1.5.0.zip";
sha256 = "1kiammx46719az6jzrav8yrwz82nk4m72ybj0kpbnvp9wfl3swbb";
};
@@ -39,7 +39,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Application for generating 3D structures by specifying a design grammar";
homepage = http://structuresynth.sourceforge.net;
homepage = "http://structuresynth.sourceforge.net";
maintainers = with maintainers; [ hodapp ];
license = licenses.gpl3;
platforms = platforms.linux;