Commit Graph

3 Commits

Author SHA1 Message Date
Markus Kowalewski
b6c721f6e9
pokersource: update homepage 2018-09-02 20:44:46 +02:00
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
Maxim Treskin
70cd78ff89 Add poker-eval library 2014-12-18 01:05:03 +01:00