aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/graphics/inkscape
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-05-28 15:10:25 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2018-05-31 12:34:15 -0400
commit012a3a3f9b2672e3bb10fc88fb5b2df092aecb9d (patch)
tree96f225c6cdbca26cd1afd5c49a02eab6698595b7 /pkgs/applications/graphics/inkscape
parent9e04546809f7a8ab176ae6aded2c0ca6ee1611d3 (diff)
Revert "inkscape: typo"
This reverts commit 0a8c91a931ea270e8b1d66f592f6acba9b4b5fcf.
Diffstat (limited to 'pkgs/applications/graphics/inkscape')
-rw-r--r--pkgs/applications/graphics/inkscape/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/inkscape/default.nix b/pkgs/applications/graphics/inkscape/default.nix
index 8f6c096847f..89b2a1f171a 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 ];
};
}