Merge pull request #119799 from alyssais/netbsd-maint

netbsd: add myself as maintainer
This commit is contained in:
John Ericson
2021-04-18 12:58:35 -04:00
committed by GitHub

View File

@@ -61,7 +61,7 @@ let
builder = ./builder.sh;
meta = with lib; {
maintainers = with maintainers; [matthewbauer];
maintainers = with maintainers; [ matthewbauer qyliss ];
platforms = platforms.unix;
license = licenses.bsd2;
};