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
+2 -2
View File
@@ -3,7 +3,7 @@ stdenv.mkDerivation rec {
name = "navipowm-0.2.4";
src = fetchurl {
url = mirror://sourceforge/navipowm/NaviPOWM-0.2.4.tar.gz;
url = "mirror://sourceforge/navipowm/NaviPOWM-0.2.4.tar.gz";
sha256 = "1kdih8kwpgcgfh6l6njkr9gq2j5hv39xvzmzgvhip553kn6bss7b";
};
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ qmake4Hook ];
meta = {
homepage = http://navipowm.sourceforge.net/;
homepage = "http://navipowm.sourceforge.net/";
description = "Car navigation system";
license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ ];