treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -19,7 +19,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.";
|
||||
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";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ wykurz ];
|
||||
|
||||
Reference in New Issue
Block a user