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
2 changed files with 1 additions and 2 deletions
@@ -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";
};
}
-2
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 { };