Commit graph

5 commits

Author SHA1 Message Date
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
Franz Pletz 42e5be8f55 cgmanager: 0.39 -> 0.41 2016-04-12 15:49:54 +02:00
William A. Kennington III ee867799b0 cgmanager: 0.37 -> 0.39 2015-09-18 14:52:51 -07:00
William A. Kennington III 7a6b3bf688 cgmanager: 0.36 -> 0.37 2015-07-31 17:11:11 -07:00
William A. Kennington III 702590081b cgmanager: Add derivation 2015-03-26 18:16:37 -07:00