summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey Lukjanov <me@slukjanov.name>2022-12-05 10:47:13 -0800
committerSergey Lukjanov <me@slukjanov.name>2022-12-05 10:47:13 -0800
commit87849c9009979276b09390ce7a3e2832d6cbea4c (patch)
tree8a737bfabe8231e799bfa6fa1176452c17007199
parent957790410031fcea6de97efbbcce197c931c634f (diff)
downloadnixpkgs-87849c9009979276b09390ce7a3e2832d6cbea4c.tar
nixpkgs-87849c9009979276b09390ce7a3e2832d6cbea4c.tar.gz
nixpkgs-87849c9009979276b09390ce7a3e2832d6cbea4c.tar.bz2
nixpkgs-87849c9009979276b09390ce7a3e2832d6cbea4c.tar.lz
nixpkgs-87849c9009979276b09390ce7a3e2832d6cbea4c.tar.xz
nixpkgs-87849c9009979276b09390ce7a3e2832d6cbea4c.tar.zst
nixpkgs-87849c9009979276b09390ce7a3e2832d6cbea4c.zip
unpoller: add Frostman to maintainers
-rw-r--r--pkgs/servers/monitoring/unpoller/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/monitoring/unpoller/default.nix b/pkgs/servers/monitoring/unpoller/default.nix
index a9d7730f48c..7c55f580fe7 100644
--- a/pkgs/servers/monitoring/unpoller/default.nix
+++ b/pkgs/servers/monitoring/unpoller/default.nix
@@ -29,6 +29,6 @@ buildGoModule rec {
     homepage = "https://github.com/unpoller/unpoller";
     changelog = "https://github.com/unpoller/unpoller/releases/tag/v${version}";
     license = licenses.mit;
-    maintainers = with maintainers; [ ];
+    maintainers = with maintainers; [ Frostman ];
   };
 }