haskell-hledger-web: updated to version 0.15.3
svn path=/nixpkgs/trunk/; revision=29276
This commit is contained in:
parent
393a0dba1c
commit
061057a253
@ -20,5 +20,9 @@ cabal.mkDerivation (self: {
|
|||||||
description = "A web interface for the hledger accounting tool";
|
description = "A web interface for the hledger accounting tool";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = [
|
||||||
|
self.stdenv.lib.maintainers.andres
|
||||||
|
self.stdenv.lib.maintainers.simons
|
||||||
|
];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user