pam_u2f: update meta

+1
+1
pkgs/os-specific/linux/pam_u2f/default.nix
··· 27 meta = with lib; { 28 homepage = "https://developers.yubico.com/pam-u2f/"; 29 description = "A PAM module for allowing authentication with a U2F device"; 30 license = licenses.bsd2; 31 platforms = platforms.unix; 32 maintainers = with maintainers; [ philandstuff ];
··· 27 meta = with lib; { 28 homepage = "https://developers.yubico.com/pam-u2f/"; 29 description = "A PAM module for allowing authentication with a U2F device"; 30 + changelog = "https://github.com/Yubico/pam-u2f/raw/pam_u2f-${version}/NEWS"; 31 license = licenses.bsd2; 32 platforms = platforms.unix; 33 maintainers = with maintainers; [ philandstuff ];