Merge pull request #247095 from ambroisie/meta-main-program

authored by Artturi and committed by GitHub d39659a5 80a2387e

+10
+1
pkgs/applications/misc/rofi-rbw/default.nix
··· 31 license = licenses.mit; 32 maintainers = with maintainers; [ equirosa dit7ya ]; 33 platforms = platforms.linux; 34 }; 35 }
··· 31 license = licenses.mit; 32 maintainers = with maintainers; [ equirosa dit7ya ]; 33 platforms = platforms.linux; 34 + mainProgram = "rofi-rbw"; 35 }; 36 }
+1
pkgs/development/node-packages/main-programs.nix
··· 47 firebase-tools = "firebase"; 48 fkill-cli = "fkill"; 49 fleek-cli = "fleek"; 50 git-run = "gr"; 51 gitmoji-cli = "gitmoji"; 52 graphql-cli = "graphql";
··· 47 firebase-tools = "firebase"; 48 fkill-cli = "fkill"; 49 fleek-cli = "fleek"; 50 + flood = "flood"; 51 git-run = "gr"; 52 gitmoji-cli = "gitmoji"; 53 graphql-cli = "graphql";
+1
pkgs/development/tools/continuous-integration/drone-runner-docker/default.nix
··· 18 license = licenses.unfreeRedistributable; 19 homepage = "https://github.com/drone-runners/drone-runner-docker"; 20 description = "Drone pipeline runner that executes builds inside Docker containers"; 21 }; 22 }
··· 18 license = licenses.unfreeRedistributable; 19 homepage = "https://github.com/drone-runners/drone-runner-docker"; 20 description = "Drone pipeline runner that executes builds inside Docker containers"; 21 + mainProgram = "drone-runner-docker"; 22 }; 23 }
+1
pkgs/development/tools/continuous-integration/drone-runner-exec/default.nix
··· 22 # https://polyformproject.org/licenses/small-business/1.0.0/ 23 license = licenses.unfree; 24 maintainers = with maintainers; [ mic92 ]; 25 }; 26 }
··· 22 # https://polyformproject.org/licenses/small-business/1.0.0/ 23 license = licenses.unfree; 24 maintainers = with maintainers; [ mic92 ]; 25 + mainProgram = "drone-runner-exec"; 26 }; 27 }
+1
pkgs/development/tools/continuous-integration/drone-runner-ssh/default.nix
··· 18 homepage = "https://github.com/drone-runners/drone-runner-ssh"; 19 license = licenses.unfreeRedistributable; 20 maintainers = teams.c3d2.members; 21 }; 22 }
··· 18 homepage = "https://github.com/drone-runners/drone-runner-ssh"; 19 license = licenses.unfreeRedistributable; 20 maintainers = teams.c3d2.members; 21 + mainProgram = "drone-runner-ssh"; 22 }; 23 }
+1
pkgs/development/tools/continuous-integration/woodpecker/cli.nix
··· 12 13 meta = common.meta // { 14 description = "Command line client for the Woodpecker Continuous Integration server"; 15 }; 16 }
··· 12 13 meta = common.meta // { 14 description = "Command line client for the Woodpecker Continuous Integration server"; 15 + mainProgram = "woodpecker-cli"; 16 }; 17 }
+1
pkgs/games/steam/steam.nix
··· 49 homepage = "https://store.steampowered.com/"; 50 license = licenses.unfreeRedistributable; 51 maintainers = with maintainers; [ jagajaga jonringer ]; 52 }; 53 }
··· 49 homepage = "https://store.steampowered.com/"; 50 license = licenses.unfreeRedistributable; 51 maintainers = with maintainers; [ jagajaga jonringer ]; 52 + mainProgram = "steam"; 53 }; 54 }
+1
pkgs/servers/nginx-sso/default.nix
··· 31 homepage = "https://github.com/Luzifer/nginx-sso"; 32 license = licenses.asl20; 33 maintainers = with maintainers; [ delroth ]; 34 }; 35 }
··· 31 homepage = "https://github.com/Luzifer/nginx-sso"; 32 license = licenses.asl20; 33 maintainers = with maintainers; [ delroth ]; 34 + mainProgram = "nginx-sso"; 35 }; 36 }
+1
pkgs/tools/security/rage/default.nix
··· 46 changelog = "https://github.com/str4d/rage/raw/v${version}/rage/CHANGELOG.md"; 47 license = with licenses; [ asl20 mit ]; # either at your option 48 maintainers = with maintainers; [ marsam ryantm ]; 49 }; 50 }
··· 46 changelog = "https://github.com/str4d/rage/raw/v${version}/rage/CHANGELOG.md"; 47 license = with licenses; [ asl20 mit ]; # either at your option 48 maintainers = with maintainers; [ marsam ryantm ]; 49 + mainProgram = "rage"; 50 }; 51 }
+1
pkgs/tools/text/gawk/default.nix
··· 82 license = licenses.gpl3Plus; 83 platforms = platforms.unix ++ platforms.windows; 84 maintainers = [ ]; 85 }; 86 }
··· 82 license = licenses.gpl3Plus; 83 platforms = platforms.unix ++ platforms.windows; 84 maintainers = [ ]; 85 + mainProgram = "gawk"; 86 }; 87 }