nixpkgs/pkgs/development/web
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
..
csslint Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
grails use dontBuild instead of hacks 2016-05-04 10:11:04 +00:00
nodejs nodejs-6_x: 6.2.0 -> 6.2.2 2016-06-18 19:32:58 +02:00
remarkjs remarkjs: mark as broken 2016-06-11 03:28:50 +03:00
twitter-bootstrap twitter-bootstrap: use fetchFromGitHub 2014-10-21 22:35:30 +02:00
valum valum: init at 0.2.0 2015-10-29 16:58:14 +01:00
wml foswiki, egypt, wml: fix build 2016-04-25 16:22:52 +02:00
xmlindent xmlindent: New expression 2014-02-01 19:10:01 +01:00