Unverified Commit d51d9aca authored by locnide's avatar locnide
Browse files

python3Packages.datashader: fix changelog link

parent c87f5cfe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ buildPythonPackage rec {
    description = "Data visualization toolchain based on aggregating into a grid";
    mainProgram = "datashader";
    homepage = "https://datashader.org";
    changelog = "https://github.com/holoviz/datashader/blob/${src.tag}/CHANGELOG.rst";
    changelog = "https://github.com/holoviz/datashader/blob/${src.tag}/CHANGELOG.md";
    license = lib.licenses.bsd3;
    maintainers = with lib.maintainers; [
      nickcao