nixpkgs/pkgs/applications/science
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
..
astronomy treewide: Make explicit that 'dev' output of atk is used 2016-05-19 10:00:25 +02:00
biology init bwa at 0.7.15 2016-06-08 17:25:20 +01:00
chemistry/avogadro
electronics Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
geometry drgeo: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
logic Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
machine-learning/torch replace makeSearchPath tree-wise to take care of possible multiple outputs 2016-04-13 22:09:41 +03:00
math Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
misc cytoscape: init at 3.4.0 2016-06-16 15:47:21 +02:00
molecular-dynamics lammps: init at 2016-02-16 2016-04-01 18:37:52 -04:00
programming/plm
robotics Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
spyder Python: use PyPI mirror (#15001) 2016-04-26 13:38:03 +01:00