treewide: editorconfig fixes
- add final newline - use spaces for indentation
This commit is contained in:
@@ -14,4 +14,4 @@ in
|
||||
import ./node-packages.nix {
|
||||
inherit (pkgs) fetchurl fetchgit;
|
||||
inherit nodeEnv;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -13266,4 +13266,4 @@ in
|
||||
tarball = nodeEnv.buildNodeSourceDist args;
|
||||
package = nodeEnv.buildNodePackage args;
|
||||
shell = nodeEnv.buildNodeShell args;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,8 +22,8 @@ python2Packages.buildPythonApplication rec {
|
||||
meta = with lib; {
|
||||
description = "Redact and strip metadata from documents before publishing";
|
||||
longDescription = ''
|
||||
PDF Redact Tools helps with securely redacting and stripping metadata
|
||||
from documents before publishing. Note that this is not a security tool.
|
||||
PDF Redact Tools helps with securely redacting and stripping metadata
|
||||
from documents before publishing. Note that this is not a security tool.
|
||||
It uses ImageMagick to parse PDFs. While ImageMagick is a versatile tool, it has
|
||||
a history of several security bugs. A malicious PDF could exploit a bug in
|
||||
ImageMagick to take over your computer. If you're working with potentially
|
||||
|
||||
Reference in New Issue
Block a user