python3Packages.survey: remove 'with lib'

This commit is contained in:
Stefan Frijters
2025-05-05 12:29:49 +02:00
parent 0bdf8304f3
commit 5ba196f04f
@@ -26,11 +26,11 @@ buildPythonPackage rec {
pythonImportsCheck = [ "survey" ];
meta = with lib; {
meta = {
description = "Simple library for creating beautiful interactive prompts";
homepage = "https://github.com/Exahilosys/survey";
changelog = "https://github.com/Exahilosys/survey/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ sfrijters ];
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ sfrijters ];
};
}