about summary refs log tree commit diff
path: root/pkgs/data/themes
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-04-27 22:47:55 +0200
committerGitHub <noreply@github.com>2024-04-27 22:47:55 +0200
commit33812a15b4dc2b35d31fea4a425839bcc970d542 (patch)
treecc31897c0368839b5ba5361def5b8042444eab08 /pkgs/data/themes
parent4d205c7146fb04255a8bd6a6a109c56471e04888 (diff)
parent804480fc088b9f64ec6f906621bc7a83d014731a (diff)
Merge pull request #307283 from msfjarvis/hs/remove-maintainer
maintainers: remove msfjarvis
Diffstat (limited to 'pkgs/data/themes')
-rw-r--r--pkgs/data/themes/dracula-theme/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/themes/dracula-theme/default.nix b/pkgs/data/themes/dracula-theme/default.nix
index 6abfec4ba7fec..749af12c6cd9d 100644
--- a/pkgs/data/themes/dracula-theme/default.nix
+++ b/pkgs/data/themes/dracula-theme/default.nix
@@ -45,6 +45,6 @@ stdenvNoCC.mkDerivation {
     homepage = "https://github.com/dracula/gtk";
     license = licenses.gpl3;
     platforms = platforms.all;
-    maintainers = with maintainers; [ alexarice msfjarvis ];
+    maintainers = with maintainers; [ alexarice ];
   };
 }