Unverified Commit 9b266fa4 authored by Damien Cassou's avatar Damien Cassou
Browse files

hledger-check-fancyassertions: fix meta.changelog url

See also NixOS#514132.
parent 8d91d90a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ stdenvNoCC.mkDerivation rec {
  meta = {
    description = "Complex account balance assertions for hledger journals";
    homepage = "https://hledger.org/";
    changelog = "https://github.com/simonmichael/hledger/blob/master/CHANGES.md";
    changelog = "https://github.com/simonmichael/hledger/blob/${version}/hledger/CHANGES.md";
    license = lib.licenses.gpl3;
    maintainers = [ lib.maintainers.DamienCassou ];
    platforms = lib.platforms.all; # GHC can cross-compile