mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
exim: add changelog
This commit is contained in:
parent
f5377b61d5
commit
25bc1def1c
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue