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
+3 -3
View File
@@ -4,12 +4,12 @@ stdenv.mkDerivation {
name = "hddtemp-0.3_beta15";
db = fetchurl{
url = mirror://savannah/hddtemp/hddtemp.db;
url = "mirror://savannah/hddtemp/hddtemp.db";
sha256 = "1fr6qgns6qv7cr40lic5yqwkkc7yjmmgx8j0z6d93csg3smzhhya";
};
src = fetchurl {
url = mirror://savannah/hddtemp/hddtemp-0.3-beta15.tar.bz2;
url = "mirror://savannah/hddtemp/hddtemp-0.3-beta15.tar.bz2";
sha256 = "0nzgg4nl8zm9023wp4dg007z6x3ir60rwbcapr9ks2al81c431b1";
};
@@ -25,7 +25,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Tool for displaying hard disk temperature";
homepage = https://savannah.nongnu.org/projects/hddtemp/;
homepage = "https://savannah.nongnu.org/projects/hddtemp/";
license = licenses.gpl2Plus;
platforms = platforms.linux;
};