summary refs log tree commit diff
path: root/pkgs/servers/monitoring/prometheus
diff options
context:
space:
mode:
authorJonathan Davies <jpds@protonmail.com>2023-09-19 22:07:00 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2023-09-22 09:46:31 +0200
commit71c3bba7687e9c4cffb54ac2241d66037338cb99 (patch)
tree2dba706aa127e58725584cad1d1032db631bd60c /pkgs/servers/monitoring/prometheus
parent9958dbbd26736d94927fa737e6f15276284aca86 (diff)
downloadnixpkgs-71c3bba7687e9c4cffb54ac2241d66037338cb99.tar
nixpkgs-71c3bba7687e9c4cffb54ac2241d66037338cb99.tar.gz
nixpkgs-71c3bba7687e9c4cffb54ac2241d66037338cb99.tar.bz2
nixpkgs-71c3bba7687e9c4cffb54ac2241d66037338cb99.tar.lz
nixpkgs-71c3bba7687e9c4cffb54ac2241d66037338cb99.tar.xz
nixpkgs-71c3bba7687e9c4cffb54ac2241d66037338cb99.tar.zst
nixpkgs-71c3bba7687e9c4cffb54ac2241d66037338cb99.zip
prometheus-systemd-exporter: Updated metadata to point at
prometheus-community.
Diffstat (limited to 'pkgs/servers/monitoring/prometheus')
-rw-r--r--pkgs/servers/monitoring/prometheus/systemd-exporter.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/monitoring/prometheus/systemd-exporter.nix b/pkgs/servers/monitoring/prometheus/systemd-exporter.nix
index 835433e5961..767f6ebd61d 100644
--- a/pkgs/servers/monitoring/prometheus/systemd-exporter.nix
+++ b/pkgs/servers/monitoring/prometheus/systemd-exporter.nix
@@ -7,7 +7,7 @@ buildGoModule rec {
   vendorHash = "sha256-XkwBhj2M1poirPkWzS71NbRTshc8dTKwaHoDfFxpykU=";
 
   src = fetchFromGitHub {
-    owner = "povilasv";
+    owner = "prometheus-community";
     repo = pname;
     rev = "v${version}";
     sha256 = "sha256-q6rnD8JCtB1zTkUfZt6f2Uyo91uFi3HYI7WFlZdzpBM=";
@@ -27,7 +27,7 @@ buildGoModule rec {
 
   meta = with lib; {
     description = "Exporter for systemd unit metrics";
-    homepage = "https://github.com/povilasv/systemd_exporter";
+    homepage = "https://github.com/prometheus-community/systemd_exporter";
     license = licenses.asl20;
     maintainers = with maintainers; [ chkno ];
   };