diff --git a/pkgs/tools/misc/pv/default.nix b/pkgs/tools/misc/pv/default.nix index e9af23e91e9..236137ff793 100644 --- a/pkgs/tools/misc/pv/default.nix +++ b/pkgs/tools/misc/pv/default.nix @@ -16,7 +16,7 @@ stdenv.mkDerivation rec { homepage = "https://www.ivarch.com/programs/pv.shtml"; description = "Tool for monitoring the progress of data through a pipeline"; license = lib.licenses.artistic2; - maintainers = with lib.maintainers; [ ]; + maintainers = with lib.maintainers; [ matthiasbeyer ]; platforms = lib.platforms.all; }; }