summary refs log tree commit diff
path: root/pkgs
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
parent70d692d5ec7bde78c2ce3f9f8d288bf1afc1aa40 (diff)
downloadnixpkgs-be015b471c1dd41cf792ff6ef33112fc6264067c.tar
nixpkgs-be015b471c1dd41cf792ff6ef33112fc6264067c.tar.gz
nixpkgs-be015b471c1dd41cf792ff6ef33112fc6264067c.tar.bz2
nixpkgs-be015b471c1dd41cf792ff6ef33112fc6264067c.tar.lz
nixpkgs-be015b471c1dd41cf792ff6ef33112fc6264067c.tar.xz
nixpkgs-be015b471c1dd41cf792ff6ef33112fc6264067c.tar.zst
nixpkgs-be015b471c1dd41cf792ff6ef33112fc6264067c.zip
entr: Add synthetica9 as maintainer (#70625)
Diffstat (limited to 'pkgs')
-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 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 ];
   };
 }