diff --git a/pkgs/by-name/fc/fclones-gui/package.nix b/pkgs/by-name/fc/fclones-gui/package.nix index b1fe713d7aa0..6d8e0cee5182 100644 --- a/pkgs/by-name/fc/fclones-gui/package.nix +++ b/pkgs/by-name/fc/fclones-gui/package.nix @@ -46,6 +46,6 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/pkolaczk/fclones-gui"; changelog = "https://github.com/pkolaczk/fclones-gui/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; - maintainers = [ ]; + maintainers = [ lib.maintainers.progrm_jarvis ]; }; })