mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
haskell-datetime: cosmetic
This commit is contained in:
parent
1a6a91d4fa
commit
66d6ba1b97
@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
|
||||
buildDepends = [ QuickCheck time ];
|
||||
meta = {
|
||||
homepage = "http://github.com/esessoms/datetime";
|
||||
description = "Utilities to make Data.Time.* easier to use";
|
||||
description = "Utilities to make Data.Time.* easier to use.";
|
||||
license = "GPL";
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||
|
Loading…
Reference in New Issue
Block a user