nixpkgs/pkgs/servers/mail/postfix
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
..
default.nix treewide: Make explicit that 'dev' output of cyrus_sasl is used 2016-05-19 10:00:30 +02:00
pfixtools.nix Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
post-install-script.patch postfix: use built-in set-permission tool to setup queue 2016-01-20 14:52:59 +02:00
postfix-3.0-no-warnings.patch postfix30: add patch to silence setuid-in-nix-store related warnings 2016-01-12 16:41:35 +03:00
postfix-script-shell.patch postfix: patch to stop hard coding SHELL 2015-12-31 17:03:48 +08:00
relative-symlinks.patch postfix: use relative symlinks for mailq and newaliases 2016-02-28 16:19:18 +08:00