spire: add fkautz as a maintainer

Signed-off-by: Frederick F. Kautz IV <fkautz@alumni.cmu.edu>
This commit is contained in:
Frederick F. Kautz IV 2022-02-11 22:23:43 -08:00
parent 70aa8d9ec6
commit 0088d4d7a2

View file

@ -31,6 +31,6 @@ buildGoModule rec {
description = "The SPIFFE Runtime Environment";
homepage = "github.com/spiffe/spire";
license = licenses.asl20;
maintainers = with maintainers; [ jonringer ];
maintainers = with maintainers; [ jonringer fkautz ];
};
}