about summary refs log tree commit diff
path: root/pkgs/data/icons/catppuccin-cursors
diff options
context:
space:
mode:
authorDixon Sean Low Yan Feng <dixonseanlow@protonmail.com>2024-01-02 13:24:31 +0800
committerDixon Sean Low Yan Feng <dixonseanlow@protonmail.com>2024-01-02 13:24:31 +0800
commit6f5773d213a50584521986e08ada523fe1b0950e (patch)
tree1f859528e8cd55d1bf33a3f2ea47c01a0a3fb462 /pkgs/data/icons/catppuccin-cursors
parentebc0d8f681aa82ddee62a7b4121f39dc59b0ec49 (diff)
maintainers: update handle for dixslyf
Diffstat (limited to 'pkgs/data/icons/catppuccin-cursors')
-rw-r--r--pkgs/data/icons/catppuccin-cursors/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/icons/catppuccin-cursors/default.nix b/pkgs/data/icons/catppuccin-cursors/default.nix
index 450484b463272..20e4718515e61 100644
--- a/pkgs/data/icons/catppuccin-cursors/default.nix
+++ b/pkgs/data/icons/catppuccin-cursors/default.nix
@@ -61,6 +61,6 @@ stdenvNoCC.mkDerivation rec {
     homepage = "https://github.com/catppuccin/cursors";
     license = licenses.gpl2;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ PlayerNameHere ];
+    maintainers = with maintainers; [ dixslyf ];
   };
 }