From 2fc817946be5e9c2b3204fccdaf881fdae2840c3 Mon Sep 17 00:00:00 2001 From: Arthur Gautier Date: Thu, 29 Jun 2023 18:54:32 -0700 Subject: [PATCH] tpm2-tss: add maintainer --- pkgs/development/libraries/tpm2-tss/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/tpm2-tss/default.nix b/pkgs/development/libraries/tpm2-tss/default.nix index ec17a2d515a0..c611031a8007 100644 --- a/pkgs/development/libraries/tpm2-tss/default.nix +++ b/pkgs/development/libraries/tpm2-tss/default.nix @@ -91,6 +91,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/tpm2-software/tpm2-tss"; license = licenses.bsd2; platforms = platforms.linux; - maintainers = with maintainers; [ ]; + maintainers = with maintainers; [ baloo ]; }; }