treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = https://pm-utils.freedesktop.org/wiki/;
|
||||
homepage = "https://pm-utils.freedesktop.org/wiki/";
|
||||
description = "A small collection of scripts that handle suspend and resume on behalf of HAL";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user