about summary refs log tree commit diff
path: root/pkgs/data/icons
diff options
context:
space:
mode:
authorjopejoe1 <johannes@joens.email>2024-05-22 18:04:58 +0200
committerjopejoe1 <johannes@joens.email>2024-05-22 18:34:45 +0200
commit8d37b16fb3884f03fce05f9272a856bc2ed22d84 (patch)
tree865b8f10f8368ae6a67b06039c82f98c31eab3cd /pkgs/data/icons
parent48bcfb3c9ead2a967ec021496721ae4a28808e87 (diff)
hicolor-icon-theme: adopt
Diffstat (limited to 'pkgs/data/icons')
-rw-r--r--pkgs/data/icons/hicolor-icon-theme/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/data/icons/hicolor-icon-theme/default.nix b/pkgs/data/icons/hicolor-icon-theme/default.nix
index 9d2f506def5b6..12275c7b1623b 100644
--- a/pkgs/data/icons/hicolor-icon-theme/default.nix
+++ b/pkgs/data/icons/hicolor-icon-theme/default.nix
@@ -22,5 +22,6 @@ stdenvNoCC.mkDerivation rec {
     homepage = "https://icon-theme.freedesktop.org/releases/";
     platforms = platforms.unix;
     license = licenses.gpl2Only;
+    maintainers = with maintainers; [ jopejoe1 ];
   };
 }