unifi-poller: rename to unpoller.

This commit is contained in:
Luke Granger-Brown 2022-11-24 15:29:36 +00:00
parent d6b617b124
commit 40ddf3e2c6
3 changed files with 6 additions and 5 deletions

View file

@ -4,12 +4,12 @@
}:
buildGoModule rec {
pname = "unifi-poller";
pname = "unpoller";
version = "2.2.0";
src = fetchFromGitHub {
owner = "unifi-poller";
repo = "unifi-poller";
owner = "unpoller";
repo = "unpoller";
rev = "v${version}";
hash = "sha256-jPatTo+5nQ73AETXI88x/bma0wlY333DNvuyaYQTgz0=";
};
@ -26,7 +26,7 @@ buildGoModule rec {
meta = with lib; {
description = "Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus";
homepage = "https://github.com/unifi-poller/unifi-poller";
homepage = "https://github.com/unpoller/unpoller";
changelog = "https://github.com/unpoller/unpoller/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ ];

View file

@ -1531,6 +1531,7 @@ mapAliases ({
ufraw = throw "ufraw is unmaintained and has been removed from nixpkgs. Its successor, nufraw, doesn't seem to be stable enough. Consider using Darktable for now"; # Added 2020-01-11
ultrastardx-beta = throw "'ultrastardx-beta' has been renamed to/replaced by 'ultrastardx'"; # Converted to throw 2022-02-22
unicorn-emu = unicorn; # Added 2020-10-29
unifi-poller = unpoller; # Added 2022-11-24
unifiStable = unifi6; # Added 2020-12-28
unity3d = throw "'unity3d' is unmaintained, has seen no updates in years and depends on deprecated GTK2"; # Added 2022-06-16
untrunc = untrunc-anthwlock; # Added 2021-02-01

View file

@ -38095,7 +38095,7 @@ with pkgs;
texlive = texlive.combined.scheme-medium;
};
unifi-poller = callPackage ../servers/monitoring/unifi-poller {};
unpoller = callPackage ../servers/monitoring/unpoller {};
fac-build = callPackage ../development/tools/build-managers/fac {
inherit (darwin.apple_sdk.frameworks) CoreServices;