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
commit 75d12e9ad4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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