nixpkgs/pkgs/misc/screensavers
Bjørn Forsman bd01fad0ed Captialize meta.description of all packages
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)
2016-06-20 13:55:52 +02:00
..
alock Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
electricsheep
light-locker Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
physlock
pipes
rss-glx imagemagick: split dev output to fix #9604 2016-05-22 13:41:15 +02:00
slock
vlock
xautolock xautolock: adding patch that enables -lockaftersleep option 2016-05-15 05:47:35 +02:00
xlockmore
xscreensaver xscreensaver: an option to install all the hacks, including retired ones and DNA logo 2016-06-10 17:51:39 +02:00
xss-lock Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
xtrlock-pam Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00