From 3c2d5eba5f76de902a75234b97fb646399f7657c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 17 Jan 2019 21:20:51 +0000 Subject: [PATCH] yubioath-desktop: add myself as maintainer --- pkgs/applications/misc/yubioath-desktop/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/misc/yubioath-desktop/default.nix b/pkgs/applications/misc/yubioath-desktop/default.nix index 03cc9ef818a9a33..d1fa28318d00fb1 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 ]; }; }