From b7c258d38788ea017f220801b71c45b45454aa72 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 26 Aug 2022 09:15:01 +0200 Subject: [PATCH] python3Packages.limits: update meta --- pkgs/development/python-modules/limits/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/limits/default.nix b/pkgs/development/python-modules/limits/default.nix index a45acb35d445..2b4499e29e8e 100644 --- a/pkgs/development/python-modules/limits/default.nix +++ b/pkgs/development/python-modules/limits/default.nix @@ -76,8 +76,8 @@ buildPythonPackage rec { ]; meta = with lib; { - description = "Rate limiting utilities"; - homepage = "https://limits.readthedocs.org/"; + description = "Rate limiting using various strategies and storage backends such as redis & memcached"; + homepage = "https://github.com/alisaifee/limits"; license = licenses.mit; maintainers = with maintainers; [ ]; };