From febed1adb116dbf2223ea8eb9800bb1d2fffc5d8 Mon Sep 17 00:00:00 2001 From: D3vil0p3r Date: Mon, 22 Jan 2024 02:02:12 +0100 Subject: [PATCH] sweet: add d3vil0per as maintainer --- pkgs/data/themes/sweet/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/data/themes/sweet/default.nix b/pkgs/data/themes/sweet/default.nix index 2f2028675a61..308392a2450b 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 +})