about summary refs log tree commit diff
path: root/pkgs/applications/graphics/yed/default.nix
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2014-12-20 21:53:19 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2014-12-20 21:54:22 +0100
commitf55545c0c9256f61b7e1bb952da59770da0fe392 (patch)
treefe24e6717d0d5e388de208424063b937147c2b06 /pkgs/applications/graphics/yed/default.nix
parentb676be70fc516fef3c8408187839ce7e08b8a36e (diff)
fix maintainer information
s/maintainer/maintainers
Diffstat (limited to 'pkgs/applications/graphics/yed/default.nix')
-rw-r--r--pkgs/applications/graphics/yed/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/yed/default.nix b/pkgs/applications/graphics/yed/default.nix
index 2929513952e1c..4299d49ae65f2 100644
--- a/pkgs/applications/graphics/yed/default.nix
+++ b/pkgs/applications/graphics/yed/default.nix
@@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
     homepage = http://www.yworks.com/en/products/yfiles/yed/;
     description = "A powerful desktop application that can be used to quickly and effectively generate high-quality diagrams";
     platforms = jre.meta.platforms;
-    maintainer = with maintainers; [ abbradar ];
+    maintainers = with maintainers; [ abbradar ];
   };
 }