treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ stdenv, runCommand }:
|
||||
runCommand "documentation-highlighter" {
|
||||
meta = {
|
||||
description = "Highlight.js sources for the Nix Ecosystem's documentation.";
|
||||
description = "Highlight.js sources for the Nix Ecosystem's documentation";
|
||||
homepage = "https://highlightjs.org";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user