mu: add changelog link in meta
This commit is contained in:
parent
cd0f07cb63
commit
eadc576026
|
@ -50,6 +50,7 @@ stdenv.mkDerivation rec {
|
|||
description = "A collection of utilties for indexing and searching Maildirs";
|
||||
license = licenses.gpl3Plus;
|
||||
homepage = "https://www.djcbsoftware.nl/code/mu/";
|
||||
changelog = "https://github.com/djcb/mu/releases/tag/${version}";
|
||||
maintainers = with maintainers; [ antono peterhoeg ];
|
||||
platforms = platforms.mesaPlatforms;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue