python312.pkgs.nox: no with lib; in meta

This commit is contained in:
Doron Behar
2025-08-15 02:10:01 +03:00
parent 27fde96e92
commit 016ae63d5a
@@ -84,12 +84,12 @@ buildPythonPackage rec {
"tests/test_tox_to_nox.py"
];
meta = with lib; {
meta = {
description = "Flexible test automation for Python";
homepage = "https://nox.thea.codes/";
changelog = "https://github.com/wntrblm/nox/blob/${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
doronbehar
fab
];