Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-03-07 00:41:13 +00:00
committed by GitHub
50 changed files with 368 additions and 146 deletions
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
description = "Directory event monitoring daemon";
homepage = "https://www.gnu.org.ua/software/direvent/";
license = licenses.gpl3Plus;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ puffnfresh ];
};
}