Unverified Commit dd3fec45 authored by Ilan Joselevich's avatar Ilan Joselevich
Browse files

age-plugin-tpm: add disclaimer about experimentalness

parent d0299f7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ buildGoModule rec {
  ];

  meta = with lib; {
    description = "TPM 2.0 plugin for age";
    description = "TPM 2.0 plugin for age (This software is experimental, use it at your own risk)";
    homepage = "https://github.com/Foxboron/age-plugin-tpm";
    license = licenses.mit;
    platforms = platforms.linux;