exim: add changelog

This commit is contained in:
Daniel Nagy 2021-02-12 13:10:12 +01:00
parent f5377b61d5
commit 25bc1def1c
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

View file

@ -105,5 +105,6 @@ stdenv.mkDerivation rec {
license = with licenses; [ gpl2Plus bsd3 ];
platforms = platforms.linux;
maintainers = with maintainers; [ tv ajs124 das_j ];
changelog = "https://github.com/Exim/exim/blob/exim-${version}/doc/doc-txt/ChangeLog";
};
}