mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-hledger-web: updated to version 0.15.3
svn path=/nixpkgs/trunk/; revision=29276
This commit is contained in:
parent
393a0dba1c
commit
061057a253
1 changed files with 4 additions and 0 deletions
|
@ -20,5 +20,9 @@ cabal.mkDerivation (self: {
|
|||
description = "A web interface for the hledger accounting tool";
|
||||
license = "GPL";
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
self.stdenv.lib.maintainers.andres
|
||||
self.stdenv.lib.maintainers.simons
|
||||
];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue