pythonPackages.bundlewrap-teamvault: drop hexchen as maintainer

This commit is contained in:
hexchen
2024-07-02 17:26:35 +00:00
parent e1c4a09703
commit 7a7b9155a2
@@ -35,6 +35,6 @@ buildPythonPackage rec {
homepage = "https://github.com/trehn/bundlewrap-teamvault";
description = "Pull secrets from TeamVault into your BundleWrap repo";
license = [ licenses.gpl3 ];
maintainers = with maintainers; [ hexchen ];
maintainers = with maintainers; [ ];
};
}