Commit graph

4 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
Jack Cummings 1993c18546 missing semicolon. 2013-03-31 22:09:17 -07:00
Jack Cummings 4a9c724377 shntool metadata: license, maintainer, platform 2013-03-31 21:45:40 -07:00
Jack Cummings 94a3a5e00a shntool-3.0.10 2013-03-24 22:08:09 -07:00