diff --git a/pkgs/applications/misc/yubioath-desktop/default.nix b/pkgs/applications/misc/yubioath-desktop/default.nix index 03cc9ef818a..d1fa28318d0 100644 --- a/pkgs/applications/misc/yubioath-desktop/default.nix +++ b/pkgs/applications/misc/yubioath-desktop/default.nix @@ -45,11 +45,12 @@ stdenv.mkDerivation rec { --replace 'Exec=yubioath-desktop' "Exec=$out/bin/yubioath-desktop" \ ''; - meta = { + meta = with stdenv.lib; { description = "Yubikey Desktop Authenticator"; homepage = https://www.yubico.com/support/knowledge-base/categories/articles/yubico-authenticator-download/; license = stdenv.lib.licenses.gpl3; + maintainers = with maintainers; [ mic92 ]; }; }