summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-docs-theme
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/python-docs-theme')
-rw-r--r--pkgs/development/python-modules/python-docs-theme/default.nix6
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 ];
};
}