1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

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

@ -14,7 +14,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Common routines for ruamel packages";
homepage = https://sourceforge.net/projects/ruamel-base/;
homepage = "https://sourceforge.net/projects/ruamel-base/";
license = licenses.mit;
};

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;
};

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;
};

View file

@ -21,7 +21,7 @@ buildPythonPackage rec {
meta = with stdenv.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-clib/;
homepage = "https://sourceforge.net/projects/ruamel-yaml-clib/";
license = licenses.mit;
};