Unverified Commit 91546769 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

python3Packages.greenback: fix changelog link (#514176)

parents b5e41d59 62138a50
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ buildPythonPackage rec {
  meta = {
    description = "Use anyio and asyncio from synchronous code";
    homepage = "https://github.com/oremanj/greenback";
    changelog = "https://github.com/oremanj/greenback/blob/${src.rev}/CHANGES.rst";
    changelog = "https://github.com/oremanj/greenback/blob/${src.tag}/docs/source/history.rst";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ taranarmo ];
  };