treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -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 ];
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user