treewide: editorconfig fixes
- add final newline - use spaces for indentation
This commit is contained in:
parent
b0fbf7b5c3
commit
8adc564f28
@ -30,8 +30,8 @@ stdenv.mkDerivation {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Lightweight multitabbed feature-rich X11 terminal emulator";
|
description = "Lightweight multitabbed feature-rich X11 terminal emulator";
|
||||||
longDescription = "
|
longDescription = "
|
||||||
Multitabbed lightweight terminal emulator based on rxvt.
|
Multitabbed lightweight terminal emulator based on rxvt.
|
||||||
Supports transparency, backgroundimages, freetype fonts, ...
|
Supports transparency, backgroundimages, freetype fonts, ...
|
||||||
";
|
";
|
||||||
homepage = "https://sourceforge.net/projects/materm";
|
homepage = "https://sourceforge.net/projects/materm";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://cis.poly.edu/zdelta";
|
homepage = "http://cis.poly.edu/zdelta";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.zlib;
|
license = licenses.zlib;
|
||||||
};
|
};
|
||||||
|
@ -22,8 +22,8 @@ python2Packages.buildPythonApplication rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Redact and strip metadata from documents before publishing";
|
description = "Redact and strip metadata from documents before publishing";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
PDF Redact Tools helps with securely redacting and stripping metadata
|
PDF Redact Tools helps with securely redacting and stripping metadata
|
||||||
from documents before publishing. Note that this is not a security tool.
|
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
|
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
|
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
|
ImageMagick to take over your computer. If you're working with potentially
|
||||||
|
Loading…
x
Reference in New Issue
Block a user