about summary refs log tree commit diff
path: root/pkgs/tools/system/dcfldd
AgeCommit message (Collapse)AuthorFilesLines
2016-06-20Captialize meta.description of all packagesBjørn Forsman1-1/+1
In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
2014-09-13dcfldd: added advanced dd replacementJoachim Schiele1-0/+23