python311Packages.fido2: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-08-20 20:58:08 +02:00
parent 8233e7c158
commit b8ecbc9e13

View File

@ -32,6 +32,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Provides library functionality for FIDO 2.0, including communication with a device over USB.";
homepage = "https://github.com/Yubico/python-fido2";
changelog = "https://github.com/Yubico/python-fido2/releases/tag/${version}";
license = licenses.bsd2;
maintainers = with maintainers; [ prusnak ];
};