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:
parent
c3b5bdaba0
commit
15a97f8d03
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue