summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorWolfgang Walther <walther@technowledgy.de>2025-12-10 18:42:31 +0100
committerWolfgang Walther <walther@technowledgy.de>2025-12-10 18:42:31 +0100
commit46c0c0eae768ef841bcb8bad12932748d9be8114 (patch)
tree199777056589c1852ca0faa54e5e479b2754a368 /pkgs/development/python-modules/rangehttpserver
parentbe2c93bf08d40800970e47013891bd0a5c914012 (diff)
parentce337e083fbe1cfb138f1f904a1996566c7edac1 (diff)
Merge branch 'staging-next' into staging
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
-rw-r--r--pkgs/development/python-modules/rangehttpserver/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/rangehttpserver/default.nix b/pkgs/development/python-modules/rangehttpserver/default.nix
index d9c4512090fd..0b124dbd616d 100644
--- a/pkgs/development/python-modules/rangehttpserver/default.nix
+++ b/pkgs/development/python-modules/rangehttpserver/default.nix
@@ -30,11 +30,11 @@ buildPythonPackage rec {
pythonImportsCheck = [ "RangeHTTPServer" ];
- meta = with lib; {
+ meta = {
description = "SimpleHTTPServer with support for Range requests";
homepage = "https://github.com/danvk/RangeHTTPServer";
changelog = "https://github.com/danvk/RangeHTTPServer/releases/tag/${version}";
- license = licenses.asl20;
- maintainers = with maintainers; [ fab ];
+ license = lib.licenses.asl20;
+ maintainers = with lib.maintainers; [ fab ];
};
}