Merge pull request #240627 from baloo/baloo/tpm2-tss/ownership

tpm2-tss: add maintainer

authored by

Bobby Rong and committed by
GitHub
59717251 0e6af000

+1 -1
+1 -1
pkgs/development/libraries/tpm2-tss/default.nix
··· 91 homepage = "https://github.com/tpm2-software/tpm2-tss"; 92 license = licenses.bsd2; 93 platforms = platforms.linux; 94 - maintainers = with maintainers; [ ]; 95 }; 96 }
··· 91 homepage = "https://github.com/tpm2-software/tpm2-tss"; 92 license = licenses.bsd2; 93 platforms = platforms.linux; 94 + maintainers = with maintainers; [ baloo ]; 95 }; 96 }