From 830a13f2e50461430017c7241d52b9b685375716 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Sun, 14 Nov 2021 11:09:34 +0100 Subject: [PATCH] wallutils: remove myself as maintainer --- pkgs/tools/graphics/wallutils/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/graphics/wallutils/default.nix b/pkgs/tools/graphics/wallutils/default.nix index 7425056cfae3..eeb781de099e 100644 --- a/pkgs/tools/graphics/wallutils/default.nix +++ b/pkgs/tools/graphics/wallutils/default.nix @@ -28,7 +28,7 @@ buildGoPackage rec { description = "Utilities for handling monitors, resolutions, and (timed) wallpapers"; inherit (src.meta) homepage; license = licenses.mit; - maintainers = with maintainers; [ primeos ]; + maintainers = with maintainers; [ ]; platforms = platforms.linux; }; }