From be015b471c1dd41cf792ff6ef33112fc6264067c Mon Sep 17 00:00:00 2001 From: Patrick Hilhorst Date: Tue, 8 Oct 2019 14:24:14 +0200 Subject: [PATCH] entr: Add synthetica9 as maintainer (#70625) --- pkgs/tools/misc/entr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/entr/default.nix b/pkgs/tools/misc/entr/default.nix index 7233236216f..735580eee5d 100644 --- a/pkgs/tools/misc/entr/default.nix +++ b/pkgs/tools/misc/entr/default.nix @@ -26,6 +26,6 @@ stdenv.mkDerivation rec { description = "Run arbitrary commands when files change"; license = licenses.isc; platforms = platforms.all; - maintainers = with maintainers; [ pSub ]; + maintainers = with maintainers; [ pSub synthetica ]; }; }