Loading pkgs/development/python-modules/bsdiff4/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ buildPythonPackage rec { meta = with lib; { description = "Binary diff and patch using the BSDIFF4-format"; homepage = "https://github.com/ilanschnell/bsdiff4"; changelog = "https://github.com/ilanschnell/bsdiff4/blob/${version}/CHANGELOG.txt"; license = licenses.bsdProtection; maintainers = with maintainers; [ ris ]; }; Loading Loading
pkgs/development/python-modules/bsdiff4/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ buildPythonPackage rec { meta = with lib; { description = "Binary diff and patch using the BSDIFF4-format"; homepage = "https://github.com/ilanschnell/bsdiff4"; changelog = "https://github.com/ilanschnell/bsdiff4/blob/${version}/CHANGELOG.txt"; license = licenses.bsdProtection; maintainers = with maintainers; [ ris ]; }; Loading