nixpkgs/pkgs/development/compilers/elm
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
..
packages Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
default.nix elm-format: init at 0.3.1 2016-05-30 04:39:40 +03:00
elm2nix.rb elm: add the platform and helpful scripts 2015-08-17 21:32:30 +03:00
update-elm.rb elmPackages: mark release.nix as autogenerated 2016-05-30 02:11:41 +03:00