treewide: quote urls according to rfc 0045 (#145260)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
xaverdh
2021-11-10 10:37:56 +00:00
committed by GitHub
parent 585b69bbf3
commit 03a257e5a3
46 changed files with 141 additions and 141 deletions

View File

@@ -26,7 +26,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "PyWorld is a Python wrapper for WORLD vocoder";
homepage = https://github.com/JeremyCCHsu/Python-Wrapper-for-World-Vocoder;
homepage = "https://github.com/JeremyCCHsu/Python-Wrapper-for-World-Vocoder";
license = licenses.mit;
maintainers = [ maintainers.mic92 ];
};