pythonPackages.meld3: Update to 1.0.0
license change from ZPL to Repoze (BSD-style)
This commit is contained in:
parent
5355d3d30b
commit
c2760bbb03
@ -4256,11 +4256,11 @@ rec {
|
|||||||
|
|
||||||
|
|
||||||
meld3 = buildPythonPackage rec {
|
meld3 = buildPythonPackage rec {
|
||||||
name = "meld3-0.6.10";
|
name = "meld3-1.0.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = https://pypi.python.org/packages/source/m/meld3/meld3-0.6.10.tar.gz;
|
url = https://pypi.python.org/packages/source/m/meld3/meld3-1.0.0.tar.gz;
|
||||||
md5 = "42e58624e9d427be7659d7a28e2b0b6f";
|
md5 = "ca270506dd4ecb20ae26fa72fbd9b0be";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
@ -4268,7 +4268,7 @@ rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "An HTML/XML templating engine used by supervisor";
|
description = "An HTML/XML templating engine used by supervisor";
|
||||||
homepage = https://github.com/supervisor/meld3;
|
homepage = https://github.com/supervisor/meld3;
|
||||||
license = "ZPL";
|
license = "free-non-copyleft";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user