summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorToast <39011842+toast003@users.noreply.github.com>2025-12-16 17:41:21 +0100
committerGitHub <noreply@github.com>2025-12-16 17:41:21 +0100
commit98dbf2793a56c26a11f06374852a2491326f4fff (patch)
treea6d473f7a4e98976be586d451d516a30438140d3 /pkgs/development/python-modules/rangehttpserver
parentc5f96cd039e92fc6d7d9c2cb5a39e6f0a66677e0 (diff)
parent44a82496654b6f74ee79095df40369974db66343 (diff)
Merge branch 'NixOS:master' into drop-adjustor
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 ];
};
}