treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Backlight and Keyboard LED control tool";
|
||||
homepage = https://gitlab.com/cameronnemo/brillo;
|
||||
homepage = "https://gitlab.com/cameronnemo/brillo";
|
||||
license = [ licenses.gpl3 licenses.bsd0 ];
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.alexarice ];
|
||||
|
||||
Reference in New Issue
Block a user