treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A real time, nanosecond resolution, remote telemetry frame profiler for games and other applications.";
|
||||
description = "A real time, nanosecond resolution, remote telemetry frame profiler for games and other applications";
|
||||
homepage = "https://github.com/wolfpld/tracy";
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
license = licenses.bsd3;
|
||||
|
||||
Reference in New Issue
Block a user