Commit graph

6 commits

Author SHA1 Message Date
Matthias Beyer e8014ce243 beancount: 2.0b13 -> 2.0b15 2017-04-13 16:27:13 +02:00
Matthias Beyer b1f4c1dffe beancount: 2.0b12 -> 2.0b13 2017-01-04 16:29:34 +01:00
Jörg Thalheim 8a37554f01
beancount: 2016-04-10 -> 2.0b12 2016-10-21 23:14:00 +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
Frederik Rietdijk 4320b57d2e beancount: disable testing
Tests weren't actually executed before.
2016-05-28 14:19:00 +02:00
Matthias Beyer d3ab51674c beancount: init at 2016-04-10-b5721f1c6f01bd168a5781652e5e3167f7f8ceb3 2016-04-11 13:14:56 +02:00