Unverified Commit b180442a authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

hledger-check-fancyassertions: fix meta.changelog url (#514840)

parents 58e496cf 9b266fa4
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