ruamel: moved from bitbucket to sourceforge

This commit is contained in:
Dylan Simon
2020-02-17 20:27:01 -05:00
committed by Jon
parent d6a81e905b
commit c3b5bdaba0
3 changed files with 6 additions and 7 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://bitbucket.org/ruamel/yaml;
homepage = https://sourceforge.net/projects/ruamel-yaml/;
license = licenses.mit;
};