diff --git a/pkgs/reposilite-bin/default.nix b/pkgs/reposilite-bin/default.nix index 2229080..4f36775 100644 --- a/pkgs/reposilite-bin/default.nix +++ b/pkgs/reposilite-bin/default.nix @@ -32,7 +32,7 @@ in description = "A lightweight repository manager for Maven artifacts"; homepage = "https://reposilite.com"; license = lib.licenses.asl20; - mainProgram = finalAttrs.pname; + mainProgram = "reposilite"; # we don't inherit pname here because it contains the -bin suffix, which the resulting binary won't have maintainers = with lib.maintainers; [NotAShelf]; }; })