yubioath-desktop: add myself as maintainer

wip/yesman
Jörg Thalheim 5 years ago
parent 5aa12178de
commit 3c2d5eba5f
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA
  1. 3
      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 ];
};
}

Loading…
Cancel
Save