yubioath-desktop: add myself as maintainer

This commit is contained in:
Jörg Thalheim 2019-01-17 21:20:51 +00:00
parent 5aa12178de
commit 3c2d5eba5f
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -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 ];
};
}