Skip to content

Commit

Permalink
yubioath-desktop: add myself as maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jan 17, 2019
1 parent 5aa1217 commit 3c2d5eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/misc/yubioath-desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}

0 comments on commit 3c2d5eb

Please sign in to comment.