summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2019-10-08 14:24:14 +0200
committerRenaud <c0bw3b@users.noreply.github.com>2019-10-08 14:24:14 +0200
commitbe015b471c1dd41cf792ff6ef33112fc6264067c (patch)
tree6c172a19b376638547383387d277e5c46f99e2c3 /pkgs/tools
parent70d692d5ec7bde78c2ce3f9f8d288bf1afc1aa40 (diff)
entr: Add synthetica9 as maintainer (#70625)
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/entr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/entr/default.nix b/pkgs/tools/misc/entr/default.nix
index 7233236216fec..735580eee5dca 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 ];
   };
 }