prometheus-systemd-exporter: Updated metadata to point at

prometheus-community.
This commit is contained in:
Jonathan Davies
2023-09-19 22:07:00 +01:00
committed by Bjørn Forsman
parent 9958dbbd26
commit 71c3bba768

View File

@@ -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 ];
};