about summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorD3vil0p3r <vozaanthony@gmail.com>2024-01-22 02:02:12 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-01-26 06:33:34 +0000
commitf14faca22fcfd924ab246b31825afaa76d358e67 (patch)
tree8df24bd5ce188ef9c7df78d6cb4e3936a02261cd /pkgs/data
parent5ee0d38317e1ab173175d334fbe4d2c890d84b10 (diff)
sweet: add d3vil0per as maintainer
(cherry picked from commit febed1adb116dbf2223ea8eb9800bb1d2fffc5d8)
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/themes/sweet/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/themes/sweet/default.nix b/pkgs/data/themes/sweet/default.nix
index 2f2028675a610..308392a2450b8 100644
--- a/pkgs/data/themes/sweet/default.nix
+++ b/pkgs/data/themes/sweet/default.nix
@@ -78,7 +78,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
     description = "Light and dark colorful Gtk3.20+ theme";
     homepage = "https://github.com/EliverLara/Sweet";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ fuzen ];
+    maintainers = with maintainers; [ fuzen d3vil0p3r ];
     platforms = platforms.unix;
   };
-})
\ No newline at end of file
+})