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
@@ -2,7 +2,7 @@
stdenv.mkDerivation {
name = "xflux-2013-09-01";
src = fetchurl {
url = https://justgetflux.com/linux/xflux64.tgz;
url = "https://justgetflux.com/linux/xflux64.tgz";
sha256 = "cc50158fabaeee58c331f006cc1c08fd2940a126e99d37b76c8e878ef20c2021";
};
@@ -31,7 +31,7 @@ stdenv.mkDerivation {
when the sun sets, and then changes it back its colder temperature
when the sun rises.
'';
homepage = https://justgetflux.com/;
homepage = "https://justgetflux.com/";
license = stdenv.lib.licenses.unfree;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.paholg ];
+1 -1
View File
@@ -41,7 +41,7 @@ buildPythonApplication rec {
meta = {
description = "Better lighting for Linux. Open source GUI for xflux";
homepage = https://justgetflux.com/linux.html;
homepage = "https://justgetflux.com/linux.html";
license = stdenv.lib.licenses.unfree; # marked as unfree since the source code contains a copy of the unfree xflux binary
maintainers = [ stdenv.lib.maintainers.sheenobu ];
platforms = stdenv.lib.platforms.linux;