treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -20,7 +20,7 @@ python2Packages.buildPythonApplication rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Cpuset is a Python application that forms a wrapper around the standard Linux filesystem calls to make using the cpusets facilities in the Linux kernel easier.";
|
||||
homepage = https://github.com/wykurz/cpuset;
|
||||
homepage = "https://github.com/wykurz/cpuset";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ wykurz ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user