nixos/google-oslogin: drop myself from maintainers (#364577)

This commit is contained in:
Jörg Thalheim
2024-12-12 13:34:52 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import ../make-test-python.nix (
{
name = "google-oslogin";
meta = with pkgs.lib.maintainers; {
maintainers = [ flokli ];
maintainers = [ ];
};
nodes = {
@@ -52,6 +52,6 @@ stdenv.mkDerivation rec {
description = "OS Login Guest Environment for Google Compute Engine";
license = licenses.asl20;
platforms = platforms.linux;
maintainers = with maintainers; [ flokli ];
maintainers = with maintainers; [ ];
};
}