summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/X11/hsetroot
diff options
context:
space:
mode:
authorHenry Till <henrytill@gmail.com>2023-11-28 10:52:47 -0800
committerHenry Till <henrytill@gmail.com>2023-11-28 10:52:47 -0800
commit7ff193305b852074d1ce1278e3bc008419c491be (patch)
tree10c82bb70b306e30c4acb6534d2ea7a16fb6cf0d /pkgs/tools/X11/hsetroot
parenta54350357e763935b54c9d7a3ad6933eb8397c5e (diff)
treewide: remove henrytill as maintainer from various pkgs
Diffstat (limited to 'pkgs/tools/X11/hsetroot')
-rw-r--r--pkgs/tools/X11/hsetroot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/X11/hsetroot/default.nix b/pkgs/tools/X11/hsetroot/default.nix
index 95ccd9586d9c..a3ebc33f56ba 100644
--- a/pkgs/tools/X11/hsetroot/default.nix
+++ b/pkgs/tools/X11/hsetroot/default.nix
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
description = "Allows you to compose wallpapers ('root pixmaps') for X";
homepage = "https://github.com/himdel/hsetroot";
license = licenses.gpl2Plus;
- maintainers = with maintainers; [ henrytill shamilton ];
+ maintainers = with maintainers; [ shamilton ];
platforms = platforms.unix;
};
}