From 012a3a3f9b2672e3bb10fc88fb5b2df092aecb9d Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Mon, 28 May 2018 15:10:25 -0400 Subject: [PATCH] Revert "inkscape: typo" This reverts commit 0a8c91a931ea270e8b1d66f592f6acba9b4b5fcf. --- pkgs/applications/graphics/inkscape/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/inkscape/default.nix b/pkgs/applications/graphics/inkscape/default.nix index 8f6c096847fb..89b2a1f171aa 100644 --- a/pkgs/applications/graphics/inkscape/default.nix +++ b/pkgs/applications/graphics/inkscape/default.nix @@ -66,6 +66,6 @@ stdenv.mkDerivation rec { If you want to import .eps files install ps2edit. ''; - maintainers = with maintainers; [ matthewbauer ]; + maintainers = with maintainters; [ matthewbauer ]; }; }