treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -18,7 +18,7 @@ buildGoPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/monochromegane/the_platinum_searcher";
|
||||
description = "A code search tool similar to ack and the_silver_searcher(ag).";
|
||||
description = "A code search tool similar to ack and the_silver_searcher(ag)";
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user