treewide: fix mismerge

K900 878cd0dd b2d39927

Changed files
+4 -4
pkgs
development
python-modules
calver
hpack
pyflakes
tomli-w
+1 -1
pkgs/development/python-modules/calver/default.nix
···
passthru.tests.calver = self.overridePythonAttrs { doCheck = true; };
meta = {
-
changelog = "https://github.com/di/calver/releases/tag/${src.tag}";
+
changelog = "https://github.com/di/calver/releases/tag/${src.rev}";
description = "Setuptools extension for CalVer package versions";
homepage = "https://github.com/di/calver";
license = lib.licenses.asl20;
+1 -1
pkgs/development/python-modules/hpack/default.nix
···
pythonImportsCheck = [ "hpack" ];
meta = with lib; {
-
changelog = "https://github.com/python-hyper/hpack/blob/${src.tag}/CHANGELOG.rst";
+
changelog = "https://github.com/python-hyper/hpack/blob/${src.rev}/CHANGELOG.rst";
description = "Pure-Python HPACK header compression";
homepage = "https://github.com/python-hyper/hpack";
license = licenses.mit;
+1 -1
pkgs/development/python-modules/pyflakes/default.nix
···
meta = with lib; {
homepage = "https://github.com/PyCQA/pyflakes";
-
changelog = "https://github.com/PyCQA/pyflakes/blob/${src.tag}/NEWS.rst";
+
changelog = "https://github.com/PyCQA/pyflakes/blob/${src.rev}/NEWS.rst";
description = "Simple program which checks Python source files for errors";
mainProgram = "pyflakes";
license = licenses.mit;
+1 -1
pkgs/development/python-modules/tomli-w/default.nix
···
meta = with lib; {
description = "Write-only counterpart to Tomli, which is a read-only TOML parser";
homepage = "https://github.com/hukkin/tomli-w";
-
changelog = "https://github.com/hukkin/tomli-w/blob/${src.tag}/CHANGELOG.md";
+
changelog = "https://github.com/hukkin/tomli-w/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ lovesegfault ];
};