Commit graph

11 commits

Author SHA1 Message Date
Matthias Beyer 87650525ce bean-add: 2016-12-02 -> 2017-01-20 2017-02-15 13:31:02 +01:00
Matthias Beyer d359101891 bean-add: 2016-10-03 -> 2016-12-02 2017-01-04 16:29:35 +01:00
Matthias Beyer b1f4c1dffe beancount: 2.0b12 -> 2.0b13 2017-01-04 16:29:34 +01:00
Frederik Rietdijk e56832d730 Merge remote-tracking branch 'upstream/master' into HEAD 2016-10-22 17:23:24 +02:00
Jörg Thalheim 8a37554f01
beancount: 2016-04-10 -> 2.0b12 2016-10-21 23:14:00 +02:00
Vladimír Čunát 6eeea6effd Python: more evaluation fixups. 2016-10-14 00:03:12 +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