Skip to content

Commit

Permalink
python312Packages.webauthn: remove with lib
Browse files Browse the repository at this point in the history
  • Loading branch information
aucub committed Dec 22, 2024
1 parent 45c95b0 commit 3d330c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/webauthn/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ buildPythonPackage rec {
#"test_throws_on_bad_root_cert"
];

meta = with lib; {
meta = {
description = "Implementation of the WebAuthn API";
homepage = "https://github.com/duo-labs/py_webauthn";
changelog = "https://github.com/duo-labs/py_webauthn/blob/v${version}/CHANGELOG.md";
license = licenses.bsd3;
license = lib.licenses.bsd3;
maintainers = [ ];
};
}

0 comments on commit 3d330c2

Please sign in to comment.