about summary refs log tree commit diff
path: root/pkgs/applications/graphics/imlibsetroot
diff options
context:
space:
mode:
authorDwarfMaster <luc@dwarfmaster.net>2020-01-21 16:39:52 +1000
committerDwarfMaster <luc@dwarfmaster.net>2020-01-21 16:39:52 +1000
commit227a3f438300a20c88e2017109ffb3d1ac0f7a58 (patch)
treeeb9607f342631b3a6f6b76709405e299939c23b1 /pkgs/applications/graphics/imlibsetroot
parent0f7016d404d0e85b226101a462f266d1463adb4d (diff)
Renamed maintainer lucas8 -> dwarfmaster
Diffstat (limited to 'pkgs/applications/graphics/imlibsetroot')
-rw-r--r--pkgs/applications/graphics/imlibsetroot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/imlibsetroot/default.nix b/pkgs/applications/graphics/imlibsetroot/default.nix
index 49868bbd831f1..8ca4d71bb56cd 100644
--- a/pkgs/applications/graphics/imlibsetroot/default.nix
+++ b/pkgs/applications/graphics/imlibsetroot/default.nix
@@ -24,6 +24,6 @@ stdenv.mkDerivation {
     homepage = http://robotmonkeys.net/2010/03/30/imlibsetroot/;
     license = licenses.gpl2;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ lucas8 ];
+    maintainers = with maintainers; [ dwarfmaster ];
   };
 }