ruamel: quote urls, update ordereddict url

This commit is contained in:
Dylan Simon
2020-02-17 23:05:21 -05:00
committed by Jon
parent c3b5bdaba0
commit 15a97f8d03
4 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order";
homepage = https://sourceforge.net/projects/ruamel-yaml/;
homepage = "https://sourceforge.net/projects/ruamel-yaml/";
license = licenses.mit;
};