treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
||||
buildInputs = [ libX11 libxcb xcbutil ];
|
||||
|
||||
meta = {
|
||||
homepage = http://www.freedesktop.org/software/startup-notification;
|
||||
homepage = "http://www.freedesktop.org/software/startup-notification";
|
||||
description = "Application startup notification and feedback library";
|
||||
license = stdenv.lib.licenses.lgpl2;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user