nixpkgs/pkgs/development/mobile/titaniumenv
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
..
cli Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
examples titaniumenv: fix android builds on darwin and get rid of allowUnfree since the OpenJDK just works fine 2016-02-01 15:11:28 +00:00
build-app.nix titaniumenv: allow distributions of app with spaces in their name 2016-02-02 13:42:15 +00:00
default.nix titaniumenv: remove obsolete android configuration steps 2016-01-28 16:19:18 +00:00
titaniumsdk-5.1.nix titaniumsdk: bump to version 5.1.2 2016-01-13 10:49:34 +00:00