maintainers: 1000101 -> _1000101
This commit is contained in:
@@ -21,6 +21,6 @@ buildGoModule rec {
|
||||
description = "Provides a Prometheus exporter for the apcupsd Network Information Server (NIS)";
|
||||
homepage = "https://github.com/mdlayher/apcupsd_exporter";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ maintainers."1000101" mdlayher ];
|
||||
maintainers = with maintainers; [ _1000101 mdlayher ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ buildGoPackage rec {
|
||||
description = "Prometheus exporter that mines /proc to report on selected processes";
|
||||
homepage = "https://github.com/ncabatoff/process-exporter";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ maintainers."1000101" ];
|
||||
maintainers = with maintainers; [ _1000101 ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user