From f2c76c1725ff4b8ce7322aab86b553051e2e0214 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 29 Aug 2023 08:53:59 +0200 Subject: [PATCH] python311Packages.impacket: add myself as maintainer --- pkgs/development/python-modules/impacket/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/impacket/default.nix b/pkgs/development/python-modules/impacket/default.nix index ea84a200ed7c..b4863522c04b 100644 --- a/pkgs/development/python-modules/impacket/default.nix +++ b/pkgs/development/python-modules/impacket/default.nix @@ -49,6 +49,6 @@ buildPythonPackage rec { homepage = "https://github.com/SecureAuthCorp/impacket"; # Modified Apache Software License, Version 1.1 license = licenses.free; - maintainers = with maintainers; [ ]; + maintainers = with maintainers; [ fab ]; }; }