diff options
| author | Vladimír Čunát <v@cunat.cz> | 2025-12-12 18:29:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-12 18:29:19 +0100 |
| commit | 59a988f70b59e3feda537607ab422e5e0d74c53c (patch) | |
| tree | a7d5df08252b0742437a456563773934cc422378 /pkgs/development/python-modules/python-docs-theme | |
| parent | 9b85faabe84079e8b558494809375a685608cdf8 (diff) | |
| parent | b5760f5914a6623482903a52b6cf79f14d1169b9 (diff) | |
Merge branch 'master' into knot-resolver-eval
Diffstat (limited to 'pkgs/development/python-modules/python-docs-theme')
| -rw-r--r-- | pkgs/development/python-modules/python-docs-theme/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/python-docs-theme/default.nix b/pkgs/development/python-modules/python-docs-theme/default.nix index 6c8e0daf0b38..efb296b45dad 100644 --- a/pkgs/development/python-modules/python-docs-theme/default.nix +++ b/pkgs/development/python-modules/python-docs-theme/default.nix @@ -27,11 +27,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "python_docs_theme" ]; - meta = with lib; { + meta = { description = "Sphinx theme for CPython project"; homepage = "https://github.com/python/python-docs-theme"; changelog = "https://github.com/python/python-docs-theme/blob/${src.tag}/CHANGELOG.rst"; - license = licenses.psfl; - maintainers = with maintainers; [ kaction ]; + license = lib.licenses.psfl; + maintainers = with lib.maintainers; [ kaction ]; }; } |
