From a7a9c2cefbc88c8d48e8a5b3d4f1b3f8c760f404 Mon Sep 17 00:00:00 2001 From: BlankParticle Date: Thu, 19 Jun 2025 13:08:58 +0530 Subject: [PATCH] keepassxc: remove blankparticle as maintainer --- pkgs/by-name/ke/keepassxc/package.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/by-name/ke/keepassxc/package.nix b/pkgs/by-name/ke/keepassxc/package.nix index 40b6dc15170f..2fff05417b8e 100644 --- a/pkgs/by-name/ke/keepassxc/package.nix +++ b/pkgs/by-name/ke/keepassxc/package.nix @@ -186,7 +186,6 @@ stdenv.mkDerivation (finalAttrs: { license = lib.licenses.gpl2Plus; mainProgram = "keepassxc"; maintainers = with lib.maintainers; [ - blankparticle sigmasquadron ]; platforms = lib.platforms.linux ++ lib.platforms.darwin;