From d0625f347ee07eb178332e7526cd9d0b2da0a70c Mon Sep 17 00:00:00 2001 From: 2kybe3 Date: Mon, 13 Apr 2026 06:01:54 +0200 Subject: [PATCH] parted: add kybe236 as maintainer --- pkgs/by-name/pa/parted/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/pa/parted/package.nix b/pkgs/by-name/pa/parted/package.nix index 6b8ecf1280fc..97c63b66c930 100644 --- a/pkgs/by-name/pa/parted/package.nix +++ b/pkgs/by-name/pa/parted/package.nix @@ -81,8 +81,8 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://www.gnu.org/software/parted/"; license = lib.licenses.gpl3Plus; - maintainers = [ - # Add your name here! + maintainers = with lib.maintainers; [ + kybe236 ]; # GNU Parted requires libuuid, which is part of util-linux-ng.