about summary refs log tree commit diff
path: root/pkgs/data/themes
diff options
context:
space:
mode:
authorGiggleSquid <jack.connors@protonmail.com>2024-03-17 20:10:35 +0000
committerGiggleSquid <jack.connors@protonmail.com>2024-03-17 20:10:35 +0000
commitc4a251356e67a4340ca266658acd4b05c7ad1ee6 (patch)
tree57cf9f15cc766b644357bd5a9eef8e218e60d0aa /pkgs/data/themes
parent192c3e12cdb62097e8e0856d633939be1430ebc3 (diff)
maintainers: add gigglesquid
Diffstat (limited to 'pkgs/data/themes')
-rw-r--r--pkgs/data/themes/catppuccin-kde/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/themes/catppuccin-kde/default.nix b/pkgs/data/themes/catppuccin-kde/default.nix
index a2e62031cea6b..b4ce9ed5d39f0 100644
--- a/pkgs/data/themes/catppuccin-kde/default.nix
+++ b/pkgs/data/themes/catppuccin-kde/default.nix
@@ -57,6 +57,6 @@ stdenvNoCC.mkDerivation rec {
     description = "Soothing pastel theme for KDE";
     homepage = "https://github.com/catppuccin/kde";
     license = licenses.mit;
-    maintainers = with maintainers; [ michaelBelsanti ];
+    maintainers = with maintainers; [ michaelBelsanti gigglesquid ];
   };
 }