prometheus-jitsi-exporter: remove redundant platform attribute

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Milan
2021-03-13 08:37:33 +01:00
committed by GitHub
parent b2bebd7cd5
commit d939a8f20d

View File

@@ -17,6 +17,5 @@ buildGoModule rec {
homepage = "https://git.xsfx.dev/prometheus/jitsiexporter";
license = licenses.mit;
maintainers = with maintainers; [ petabyteboy ];
platforms = platforms.unix;
};
}