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

woodpecker: add marcusramberg to maintainers (#451490)

authored by Bruno BELANYI and committed by GitHub 1ddff489 05c2eec0

Changed files
+9 -2
nixos
modules
services
continuous-integration
woodpecker
pkgs
by-name
wo
woodpecker-plugin-git
development
tools
continuous-integration
woodpecker
+4 -1
nixos/modules/services/continuous-integration/woodpecker/agents.nix
··· 110 110 }; 111 111 in 112 112 { 113 - meta.maintainers = with lib.maintainers; [ ambroisie ]; 113 + meta.maintainers = with lib.maintainers; [ 114 + ambroisie 115 + marcusramberg 116 + ]; 114 117 115 118 options = { 116 119 services.woodpecker-agents = {
+4 -1
pkgs/by-name/wo/woodpecker-plugin-git/package.nix
··· 38 38 changelog = "https://github.com/woodpecker-ci/plugin-git/releases/tag/${version}"; 39 39 license = lib.licenses.asl20; 40 40 mainProgram = "plugin-git"; 41 - maintainers = with lib.maintainers; [ ambroisie ]; 41 + maintainers = with lib.maintainers; [ 42 + ambroisie 43 + marcusramberg 44 + ]; 42 45 }; 43 46 }
+1
pkgs/development/tools/continuous-integration/woodpecker/common.nix
··· 44 44 license = licenses.asl20; 45 45 maintainers = with maintainers; [ 46 46 ambroisie 47 + marcusramberg 47 48 techknowlogick 48 49 ]; 49 50 };