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 xlibs: replace occurrences by xorg 2015-09-15 12:54:34 +02:00
light-locker Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
physlock physlock: add version git-20150126 2015-03-26 13:04:51 +00:00
pipes pipes.sh: Init at 1.1.0 2015-10-24 22:29:33 +02:00
rss-glx imagemagick: split dev output to fix #9604 2016-05-22 13:41:15 +02:00
slock slock: fix license 2016-02-14 14:44:14 +01:00
vlock vlock: add meta and take maintainership 2014-05-21 16:12:33 +02:00
xautolock xautolock: adding patch that enables -lockaftersleep option 2016-05-15 05:47:35 +02:00
xlockmore xlockmore: 5.46 -> 5.47 2016-05-14 18:27:43 +02:00
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