treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -52,7 +52,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
inherit (src.meta) homepage;
|
||||
description = "A collection of tools, libraries and tests for shader compilation.";
|
||||
description = "A collection of tools, libraries and tests for shader compilation";
|
||||
license = [ licenses.asl20 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user