1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

4 commits

Author SHA1 Message Date
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
Matthias Beyer 17cf80dfb5 log4cplus: 1.1.2 -> 1.2.0 2016-05-16 16:12:23 +02:00
Nixpkgs Monitor b2fc677345 log4cplus: update from 1.0.4 to 1.1.2 2013-12-18 18:18:38 +02:00
Peter Simons 06a72fa57c log4cplus: added version 1.0.4
svn path=/nixpkgs/trunk/; revision=30777
2011-12-06 15:05:57 +00:00