Commit graph

6 commits

Author SHA1 Message Date
Jörg Thalheim 8a37554f01
beancount: 2016-04-10 -> 2.0b12 2016-10-21 23:14:00 +02:00
Matthias Beyer c22bf45fa1 bean-add: 2016-10-01 -> 2016-10-03 2016-10-03 09:46:16 +02:00
Matthias Beyer fe726ca733 bean-add: init at 2016-10-01 2016-10-01 14:49:22 +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