mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
pythonPackages.meld3: Update to 1.0.0
license change from ZPL to Repoze (BSD-style)
This commit is contained in:
parent
5355d3d30b
commit
c2760bbb03
1 changed files with 4 additions and 4 deletions
|
@ -4256,11 +4256,11 @@ rec {
|
|||
|
||||
|
||||
meld3 = buildPythonPackage rec {
|
||||
name = "meld3-0.6.10";
|
||||
name = "meld3-1.0.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://pypi.python.org/packages/source/m/meld3/meld3-0.6.10.tar.gz;
|
||||
md5 = "42e58624e9d427be7659d7a28e2b0b6f";
|
||||
url = https://pypi.python.org/packages/source/m/meld3/meld3-1.0.0.tar.gz;
|
||||
md5 = "ca270506dd4ecb20ae26fa72fbd9b0be";
|
||||
};
|
||||
|
||||
doCheck = false;
|
||||
|
@ -4268,7 +4268,7 @@ rec {
|
|||
meta = {
|
||||
description = "An HTML/XML templating engine used by supervisor";
|
||||
homepage = https://github.com/supervisor/meld3;
|
||||
license = "ZPL";
|
||||
license = "free-non-copyleft";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue