Merge pull request #184211 from berryp/vcluster-add-berryp

vcluster: add berryp as maintainer
This commit is contained in:
Jörg Thalheim
2022-07-31 13:46:44 +01:00
committed by GitHub
@@ -40,6 +40,6 @@ buildGoModule rec {
downloadPage = "https://github.com/loft-sh/vcluster";
homepage = "https://www.vcluster.com/";
license = licenses.asl20;
maintainers = with maintainers; [ peterromfeldhk ];
maintainers = with maintainers; [ peterromfeldhk berryp ];
};
}