Skip to content

Commit 40cd3e0

Browse files
committed
inkscape-extensions.inkstitch: add tropf as maintainer
1 parent 7f57cfe commit 40cd3e0

File tree

1 file changed

+4
-1
lines changed
  • pkgs/applications/graphics/inkscape/extensions/inkstitch

1 file changed

+4
-1
lines changed

pkgs/applications/graphics/inkscape/extensions/inkstitch/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ python3.pkgs.buildPythonApplication rec {
8383
description = "Inkscape extension for machine embroidery design";
8484
homepage = "https://inkstitch.org/";
8585
license = with lib.licenses; [ gpl3Plus ];
86-
maintainers = with lib.maintainers; [ pluiedev ];
86+
maintainers = with lib.maintainers; [
87+
tropf
88+
pluiedev
89+
];
8790
};
8891
}

0 commit comments

Comments
 (0)