yarn-berry: add meta.changelog (#394935)
This commit is contained in:
commit
db9996e1fc
@ -14,7 +14,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
src = fetchFromGitHub {
|
||||
owner = "yarnpkg";
|
||||
repo = "berry";
|
||||
rev = "@yarnpkg/cli/${finalAttrs.version}";
|
||||
tag = "@yarnpkg/cli/${finalAttrs.version}";
|
||||
hash = "sha256-cNgR0t780/LJA+IIwycro/7AQjWa1tn00bh4ucPjVEc=";
|
||||
};
|
||||
|
||||
@ -50,6 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://yarnpkg.com/";
|
||||
changelog = "https://github.com/yarnpkg/berry/releases/tag/${finalAttrs.src.tag}";
|
||||
description = "Fast, reliable, and secure dependency management";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [
|
||||
|
Loading…
Reference in New Issue
Block a user