about summary refs log tree commit diff
path: root/pkgs/applications/graphics/hoodle
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-08-09 13:48:22 +0200
committerPeter Simons <simons@cryp.to>2014-08-09 13:49:24 +0200
commit5ebc4d829b1ba8931da8f965e3682504734481cc (patch)
tree05371939480d61cac4db2da257fb18ece9d9877f /pkgs/applications/graphics/hoodle
parent01a059ee80908333a69871f1a2ea3fa2e2ad5a2a (diff)
Re-generate Haskell expressions with latest cabal2nix.
Diffstat (limited to 'pkgs/applications/graphics/hoodle')
-rw-r--r--pkgs/applications/graphics/hoodle/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/hoodle/default.nix b/pkgs/applications/graphics/hoodle/default.nix
index 8223b2c5ad90b..79966a2698fc1 100644
--- a/pkgs/applications/graphics/hoodle/default.nix
+++ b/pkgs/applications/graphics/hoodle/default.nix
@@ -16,6 +16,6 @@ cabal.mkDerivation (self: {
     description = "Executable for hoodle";
     license = self.stdenv.lib.licenses.gpl3;
     platforms = self.ghc.meta.platforms;
-    maintainers = [ self.stdenv.lib.maintainers.ianwookim ];
+    maintainers = with self.stdenv.lib.maintainers; [ ianwookim ];
   };
 })