treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/jmesmon/illum;
|
||||
homepage = "https://github.com/jmesmon/illum";
|
||||
description = "Daemon that wires button presses to screen backlight level";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ stdenv.lib.maintainers.dancek ];
|
||||
|
||||
Reference in New Issue
Block a user