about summary refs log tree commit diff
path: root/pkgs/development/tools/yarn-berry/default.nix
diff options
context:
space:
mode:
authorPyrox <pyrox@pyrox.dev>2024-04-23 14:21:37 -0400
committerPyrox <pyrox@pyrox.dev>2024-04-24 12:53:58 -0400
commit11255ef03c9ad628ca73242c051be12c84fbbac2 (patch)
tree9f0d9691c48a4956fa0ca283a69069bdb47cec8b /pkgs/development/tools/yarn-berry/default.nix
parent71b4a603862e715bac080d0f2e4362813d8c70c3 (diff)
maintainers: thehedgeh0g -> pyrox0
Also updates my information and contact info.

I no longer use The Hedgehog as my github username or online presence
username, so this fixes that. It also matches my github username, so it
should be easier for others to mention me if needed.
Diffstat (limited to 'pkgs/development/tools/yarn-berry/default.nix')
-rw-r--r--pkgs/development/tools/yarn-berry/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/yarn-berry/default.nix b/pkgs/development/tools/yarn-berry/default.nix
index 47a539f6d7886..47ddf77634bfa 100644
--- a/pkgs/development/tools/yarn-berry/default.nix
+++ b/pkgs/development/tools/yarn-berry/default.nix
@@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
     homepage = "https://yarnpkg.com/";
     description = "Fast, reliable, and secure dependency management.";
     license = licenses.bsd2;
-    maintainers = with maintainers; [ ryota-ka thehedgeh0g DimitarNestorov ];
+    maintainers = with maintainers; [ ryota-ka pyrox0 DimitarNestorov ];
     platforms = platforms.unix;
     mainProgram = "yarn";
   };