wp-cli: add changelog to meta
This commit is contained in:
parent
ff1bbfc282
commit
0c171e64cb
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
meta = with lib; {
|
||||
description = "A command line interface for WordPress";
|
||||
homepage = "https://wp-cli.org";
|
||||
changelog = "https://github.com/wp-cli/wp-cli/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
platforms = platforms.all;
|
||||
|
|
Loading…
Reference in a new issue