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
Marius Bakke 54f6695928 libykneomgr: 0.1.7 -> 0.1.8 2016-03-20 18:39:30 +00:00
William A. Kennington III 27cfafa6d6 libykmneomgr: 0.1.6 -> 0.1.7 2015-09-18 14:52:51 -07:00
William A. Kennington III 1eded784d0 libykneomgr: Add derivation 2014-10-24 16:37:37 -07:00