treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Command line client for the blink(1) notification light";
|
||||
homepage = https://blink1.thingm.com/;
|
||||
homepage = "https://blink1.thingm.com/";
|
||||
license = stdenv.lib.licenses.cc-by-sa-30;
|
||||
maintainers = [ stdenv.lib.maintainers.cransom ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user