From e10b3178b39b3e59107e164ef1f4e769ccf9b8f4 Mon Sep 17 00:00:00 2001
From: Ben Grande <ben.grande.b@gmail.com>
Date: Wed, 20 Dec 2023 21:26:33 +0100
Subject: [PATCH] fix: remove repeated pkg in mutt

---
 salt/mutt/install.sls | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/salt/mutt/install.sls b/salt/mutt/install.sls
index 6e21cd9..e5a2d53 100644
--- a/salt/mutt/install.sls
+++ b/salt/mutt/install.sls
@@ -11,6 +11,7 @@ include:
   - dotfiles.copy-sh
   - dotfiles.copy-net
   - dotfiles.copy-mutt
+  - sys-pgp.install-client
 
 "{{ slsdotpath }}-updated":
   pkg.uptodate:
@@ -27,7 +28,6 @@ include:
       - qubes-core-agent-networking
       - qubes-pdf-converter
       - qubes-img-converter
-      - qubes-gpg-split
       - w3m
       - man-db
       - less
@@ -51,6 +51,5 @@ include:
       - libemail-valid-perl
       - libmailtools-perl
       - libauthen-sasl-perl
-      - libio-socket-ssl-perl
 
 {% endif -%}