entr: Add synthetica9 as maintainer (#70625)

This commit is contained in:
Patrick Hilhorst 2019-10-08 14:24:14 +02:00 committed by Renaud
parent 70d692d5ec
commit be015b471c

View File

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
description = "Run arbitrary commands when files change"; description = "Run arbitrary commands when files change";
license = licenses.isc; license = licenses.isc;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ pSub ]; maintainers = with maintainers; [ pSub synthetica ];
}; };
} }