yubico-piv-tool: add self as maintainer

This commit is contained in:
Stanisław Pitucha 2022-04-28 10:56:44 +10:00
parent a71f6bdc7c
commit 5b3ed6f9a5

View file

@ -40,5 +40,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.bsd2;
platforms = platforms.all;
maintainers = with maintainers; [ viraptor ];
};
}