about summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorScott Zhu Reeves <327943+star-szr@users.noreply.github.com>2023-04-01 09:46:25 -0400
committerScott Zhu Reeves <327943+star-szr@users.noreply.github.com>2023-04-01 09:51:30 -0400
commit0b39ed44dd08d37a9364cd39bc20f097c1fb07b7 (patch)
tree95929ce916b05753e66f820de59245107e32af49 /maintainers
parent3487ae7d0f39f09ab755adb07213c3cf03a67e47 (diff)
carapace: add ldflags for version
With this change, `carapace --version` returns the correct version
rather than `develop`. I tested a binary downloaded from their releases
page and this is the correct format, there should not be a v prefix or
anything else.
Diffstat (limited to 'maintainers')
-rw-r--r--maintainers/maintainer-list.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix
index b7f414317c3de..70700e0cbe0aa 100644
--- a/maintainers/maintainer-list.nix
+++ b/maintainers/maintainer-list.nix
@@ -14349,6 +14349,12 @@
     githubId = 6362238;
     name = "Christoph Honal";
   };
+  star-szr = {
+    email = "nixpkgs@scottr.mailworks.org";
+    github = "star-szr";
+    githubId = 327943;
+    name = "Scott Zhu Reeves";
+  };
   stasjok = {
     name = "Stanislav Asunkin";
     email = "nixpkgs@stasjok.ru";