maintainers: 1000101 -> _1000101

This commit is contained in:
zowoq
2020-08-18 07:59:48 +10:00
parent 7d9c49f8e6
commit 0052523a18
21 changed files with 21 additions and 22 deletions
@@ -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;
};
}