From ecb0519ce3b2591f1b712b0ae8b89b825f5f156b Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Wed, 8 Nov 2023 04:12:38 +0300 Subject: [PATCH] pkgs/reposilite-bin: update mainProgram --- pkgs/reposilite-bin/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; }; })