yarn-berry: add DimitarNestorov to maintainers

This commit is contained in:
Dimitar Nestorov 2024-02-13 07:26:30 +02:00
parent b4aa3fab87
commit 46bdb36ebb
No known key found for this signature in database
GPG Key ID: 5632FE643A8B5AAE

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
homepage = "https://yarnpkg.com/";
description = "Fast, reliable, and secure dependency management.";
license = licenses.bsd2;
maintainers = with maintainers; [ ryota-ka thehedgeh0g ];
maintainers = with maintainers; [ ryota-ka thehedgeh0g DimitarNestorov ];
platforms = platforms.unix;
mainProgram = "yarn";
};