buildbot: add lopsided98 as maintainer

wip/yesman
Ben Wolsieffer 5 years ago
parent 57f0174fb4
commit 7c9483209c
  1. 2
      pkgs/development/python-modules/buildbot/default.nix
  2. 2
      pkgs/development/python-modules/buildbot/pkg.nix
  3. 10
      pkgs/development/python-modules/buildbot/plugins.nix
  4. 2
      pkgs/development/python-modules/buildbot/worker.nix

@ -95,7 +95,7 @@ let
meta = with lib; {
homepage = http://buildbot.net/;
description = "Buildbot is an open-source continuous integration framework for automating software build, test, and release processes";
maintainers = with maintainers; [ nand0p ryansydnor ];
maintainers = with maintainers; [ nand0p ryansydnor lopsided98 ];
license = licenses.gpl2;
};
};

@ -18,7 +18,7 @@ buildPythonPackage rec {
meta = with lib; {
homepage = http://buildbot.net/;
description = "Buildbot Packaging Helper";
maintainers = with maintainers; [ nand0p ryansydnor ];
maintainers = with maintainers; [ nand0p ryansydnor lopsided98 ];
license = licenses.gpl2;
};
}

@ -17,7 +17,7 @@
meta = with lib; {
homepage = http://buildbot.net/;
description = "Buildbot UI";
maintainers = with maintainers; [ nand0p ryansydnor ];
maintainers = with maintainers; [ nand0p ryansydnor lopsided98 ];
license = licenses.gpl2;
};
};
@ -37,7 +37,7 @@
meta = with lib; {
homepage = http://buildbot.net/;
description = "Buildbot Console View Plugin";
maintainers = with maintainers; [ nand0p ryansydnor ];
maintainers = with maintainers; [ nand0p ryansydnor lopsided98 ];
license = licenses.gpl2;
};
};
@ -57,7 +57,7 @@
meta = with lib; {
homepage = http://buildbot.net/;
description = "Buildbot Waterfall View Plugin";
maintainers = with maintainers; [ nand0p ryansydnor ];
maintainers = with maintainers; [ nand0p ryansydnor lopsided98 ];
license = licenses.gpl2;
};
};
@ -77,7 +77,7 @@
meta = with lib; {
homepage = http://buildbot.net/;
description = "Buildbot Grid View Plugin";
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ nand0p lopsided98 ];
license = licenses.gpl2;
};
};
@ -97,7 +97,7 @@
meta = with lib; {
homepage = http://buildbot.net/;
description = "Buildbot WSGI dashboards Plugin";
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ lopsided98 ];
license = licenses.gpl2;
};
};

@ -22,7 +22,7 @@ buildPythonPackage (rec {
meta = with lib; {
homepage = http://buildbot.net/;
description = "Buildbot Worker Daemon";
maintainers = with maintainers; [ nand0p ryansydnor ];
maintainers = with maintainers; [ nand0p ryansydnor lopsided98 ];
license = licenses.gpl2;
};
})

Loading…
Cancel
Save