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

@@ -17,7 +17,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A version of dict that keeps keys in insertion resp. sorted order";
homepage = https://bitbucket.org/ruamel/ordereddict;
homepage = "https://sourceforge.net/projects/ruamel-ordereddict/";
license = licenses.mit;
};