Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #266966 from elijahimmer/add-meta-mainProgram

authored by

Artturi and committed by
GitHub
b3c29675 14a183de

+1
+1
pkgs/tools/security/bitwarden/default.nix
··· 174 license = lib.licenses.gpl3; 175 maintainers = with lib.maintainers; [ amarshall kiwi ]; 176 platforms = [ "x86_64-linux" ]; 177 }; 178 }
··· 174 license = lib.licenses.gpl3; 175 maintainers = with lib.maintainers; [ amarshall kiwi ]; 176 platforms = [ "x86_64-linux" ]; 177 + mainProgram = "bitwarden"; 178 }; 179 }