buildbot: add lopsided98 as maintainer

This commit is contained in:
Ben Wolsieffer
2019-08-18 13:20:18 -04:00
parent 57f0174fb4
commit 7c9483209c
4 changed files with 8 additions and 8 deletions

View File

@@ -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;
};
};