prometheus-*: trivial cleanup
This commit is contained in:
parent
e734ce05b8
commit
ff03cf23c6
@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, goPackages, fetchFromGitHub }:
|
||||
{ lib, goPackages, fetchFromGitHub }:
|
||||
|
||||
let self = goPackages.buildGoPackage rec {
|
||||
name = "prometheus-alertmanager-${rev}";
|
||||
@ -31,7 +31,7 @@ let self = goPackages.buildGoPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Alert dispatcher for the Prometheus monitoring system";
|
||||
homepage = "https://github.com/prometheus/alertmanager";
|
||||
homepage = https://github.com/prometheus/alertmanager;
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ benley ];
|
||||
platforms = platforms.unix;
|
||||
|
@ -16,7 +16,7 @@ let self = goPackages.buildGoPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Relay server for exporting metrics from collectd to Prometheus";
|
||||
homepage = "https://github.com/prometheus/alertmanager";
|
||||
homepage = https://github.com/prometheus/alertmanager;
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ benley ];
|
||||
platforms = platforms.unix;
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, goPackages, fetchFromGitHub, vim }:
|
||||
{ lib, goPackages, fetchFromGitHub }:
|
||||
|
||||
let self = goPackages.buildGoPackage rec {
|
||||
name = "prometheus-${version}";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, goPackages, fetchFromGitHub, }:
|
||||
{ lib, goPackages, fetchFromGitHub }:
|
||||
|
||||
let self = goPackages.buildGoPackage rec {
|
||||
name = "prometheus-haproxy-exporter-0.4.0";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, goPackages, fetchFromGitHub }:
|
||||
{ lib, goPackages, fetchFromGitHub }:
|
||||
|
||||
let self = goPackages.buildGoPackage rec {
|
||||
name = "prometheus-mesos-exporter-${rev}";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, goPackages, fetchFromGitHub }:
|
||||
{ lib, goPackages, fetchFromGitHub }:
|
||||
|
||||
with goPackages;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, goPackages, fetchFromGitHub }:
|
||||
{ lib, goPackages, fetchFromGitHub }:
|
||||
|
||||
with goPackages;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, goPackages, fetchFromGitHub }:
|
||||
{ lib, goPackages, fetchFromGitHub }:
|
||||
|
||||
let self = goPackages.buildGoPackage rec {
|
||||
name = "prometheus-statsd-bridge-${version}";
|
||||
|
Loading…
Reference in New Issue
Block a user