about summary refs log tree commit diff
path: root/pkgs/data/icons
diff options
context:
space:
mode:
authorAshvith Shetty <113123021+Ashvith10@users.noreply.github.com>2024-04-28 16:55:09 +0530
committerAshvith Shetty <113123021+Ashvith10@users.noreply.github.com>2024-04-28 16:59:08 +0530
commitd43f5191f80879127579945eb8c557c3dc714732 (patch)
tree43142fca5fb5bdd168014a65aa0dc9db4411b1ee /pkgs/data/icons
parent56723b47120eddac35e1953d0bf4547ffcb48e0c (diff)
maintainers: remove ashvith-shetty
Diffstat (limited to 'pkgs/data/icons')
-rw-r--r--pkgs/data/icons/tau-hydrogen/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/icons/tau-hydrogen/default.nix b/pkgs/data/icons/tau-hydrogen/default.nix
index 17a6d31b8a567..026120634702e 100644
--- a/pkgs/data/icons/tau-hydrogen/default.nix
+++ b/pkgs/data/icons/tau-hydrogen/default.nix
@@ -31,6 +31,6 @@ stdenv.mkDerivation (finalAttrs: {
     homepage = "https://github.com/tau-OS/tau-hydrogen";
     license = licenses.gpl3Only;
     platforms = platforms.unix;
-    maintainers = with maintainers; [ ashvith-shetty ];
+    maintainers = [ ];
   };
 })