Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-04-17 18:10:38 +00:00
committed by GitHub
75 changed files with 819 additions and 1282 deletions

View File

@@ -45,7 +45,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A microframework based on uvloop, httptools, and learnings of flask";
homepage = "http://github.com/channelcat/sanic/";
homepage = "https://github.com/channelcat/sanic/";
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
};