nixpkgs/pkgs/development/mobile
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
..
androidenv replace ${stdenv.cc.cc}/lib occurences 2016-05-01 00:13:23 +03:00
flashtool Bring my stdenv.lib.maintainers user name in line with my github nick. 2016-05-16 22:49:55 +02:00
titaniumenv Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
xcodeenv xcodeenv: make it work with xcode 7.2 2016-01-07 14:43:17 +00:00
xpwn Fix #4019 2014-09-10 23:17:26 -04:00