mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 08:31:59 +00:00
bd01fad0ed
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) |
||
---|---|---|
.. | ||
cccc | ||
checkstyle | ||
clang-analyzer | ||
coan | ||
cov-build | ||
cppcheck | ||
egypt | ||
emma | ||
findbugs | ||
flow | ||
frama-c | ||
garcosim | ||
include-what-you-use | ||
jdepend | ||
kcov | ||
lcov | ||
massif-visualizer | ||
pmd | ||
radare | ||
radare2 | ||
rr | ||
smatch | ||
sparse | ||
spin | ||
splint | ||
swarm | ||
valgrind | ||
valkyrie | ||
verasco |