mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
asciidoc: fix changelog url
src.rev is not a valid attribute. This was found when running maintainers/scripts/update.nix on buildbot.
This commit is contained in:
parent
77c9266241
commit
318edf02d1
@ -282,7 +282,7 @@ in python3.pkgs.buildPythonApplication rec {
|
||||
fromSource
|
||||
] ++ lib.optional _enableDitaaFilter binaryBytecode;
|
||||
homepage = "https://asciidoc-py.github.io/";
|
||||
changelog = "https://github.com/asciidoc-py/asciidoc-py/blob/${src.rev}/CHANGELOG.adoc";
|
||||
changelog = "https://github.com/asciidoc-py/asciidoc-py/blob/${version}/CHANGELOG.adoc";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ bjornfor dotlambda ];
|
||||
|
Loading…
Reference in New Issue
Block a user