about summary refs log tree commit diff
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-06-29 12:01:32 +0000
committerGitHub <noreply@github.com>2024-06-29 12:01:32 +0000
commitf018e44bd1ac841d69e4f39f8d9b6e2f257f02c5 (patch)
treed1601d81a9c2dd6c63a83b47bd1079c4fda6d08f /pkgs/applications/version-management
parentc71628f93b4c2e55a1b9e587192c1f5b378613b8 (diff)
parent7de69e22aba1b4887306f05cf276f39798a45a28 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/version-management')
-rw-r--r--pkgs/applications/version-management/ghr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/ghr/default.nix b/pkgs/applications/version-management/ghr/default.nix
index f7e6cadac0d31..bde79f07d6a15 100644
--- a/pkgs/applications/version-management/ghr/default.nix
+++ b/pkgs/applications/version-management/ghr/default.nix
@@ -31,7 +31,7 @@ buildGoModule rec {
     homepage = "https://github.com/tcnksm/ghr";
     description = "Upload multiple artifacts to GitHub Release in parallel";
     license = licenses.mit;
-    maintainers = [ maintainers.ivar ];
+    maintainers = [ ];
     mainProgram = "ghr";
   };
 }