treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -44,7 +44,7 @@ python37Packages.buildPythonApplication rec {
|
||||
doCheck = false; # Requires X server.
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.qtile.org/;
|
||||
homepage = "http://www.qtile.org/";
|
||||
license = licenses.mit;
|
||||
description = "A small, flexible, scriptable tiling window manager written in Python";
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user