Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-03-16 12:25:48 +00:00
committed by GitHub
50 changed files with 317 additions and 132 deletions
+1 -1
View File
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/foldex/r2mod_cli";
license = licenses.gpl3Only;
maintainers = [ maintainers.reedrw ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}