Merge pull request #157659 from kradalby/headscale-pkg-maintainer

headscale: Add kradalby as maintainer
This commit is contained in:
Bobby Rong 2022-02-01 16:53:44 +08:00 committed by GitHub
commit 01ad76f157
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,6 @@ buildGoModule rec {
Headscale implements this coordination server.
'';
license = licenses.bsd3;
maintainers = with maintainers; [ nkje jk ];
maintainers = with maintainers; [ nkje jk kradalby ];
};
}