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
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
name = "xbrightness-0.3-mika-akk";
src = fetchurl {
url = https://shallowsky.com/software/xbrightness/xbrightness-0.3-mika-akk.tar.gz;
url = "https://shallowsky.com/software/xbrightness/xbrightness-0.3-mika-akk.tar.gz";
sha256 = "2564dbd393544657cdabe4cbf535d9cfb9abe8edddb1b8cdb1ed4d12f358626e";
};
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
meta = {
description = "X11 brigthness and gamma software control";
homepage = http://shallowsky.com/software;
homepage = "http://shallowsky.com/software";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.linux;
};