From 846b5c42f19fe2ea8deb58f072d5c2df56605d19 Mon Sep 17 00:00:00 2001 From: Yegor Timoshenko Date: Wed, 17 Jan 2018 04:48:16 +0000 Subject: [PATCH] redshift: add myself to maintainers --- pkgs/applications/misc/redshift/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/redshift/default.nix b/pkgs/applications/misc/redshift/default.nix index 77f27d9fa376..59a8440500aa 100644 --- a/pkgs/applications/misc/redshift/default.nix +++ b/pkgs/applications/misc/redshift/default.nix @@ -58,6 +58,6 @@ stdenv.mkDerivation rec { license = licenses.gpl3Plus; homepage = http://jonls.dk/redshift; platforms = platforms.linux; - maintainers = with maintainers; [ mornfall ]; + maintainers = with maintainers; [ mornfall yegortimoshenko ]; }; }