From 6e94d939928536f95f3baf4efff0189acd7f6e62 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 16 Aug 2023 20:56:35 +0200 Subject: [PATCH] pv: Add myself as maintainer Signed-off-by: Matthias Beyer --- pkgs/tools/misc/pv/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }