Merge pull request #276850 from ehmry/pacproxy

pacproxy: add meta.mainProgram, move to pkgs/by-name
This commit is contained in:
Nick Cao 2023-12-26 11:20:36 -05:00 committed by GitHub
commit 75aa585e34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -22,5 +22,6 @@ buildGoModule rec {
changelog = "https://github.com/williambailey/pacproxy/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ terlar ];
mainProgram = "pacproxy";
};
}

View file

@ -1090,8 +1090,6 @@ with pkgs;
packr = callPackage ../development/libraries/packr { };
pacproxy = callPackage ../tools/networking/pacproxy { };
pacup = callPackage ../tools/package-management/pacup { };
patcher9x = callPackage ../development/tools/patcher9x { };