treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Library providing high-level API for X Keyboard Extension known as XKB";
|
||||
homepage = http://freedesktop.org/wiki/Software/LibXklavier;
|
||||
homepage = "http://freedesktop.org/wiki/Software/LibXklavier";
|
||||
license = licenses.lgpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user