thanos: don't use URL literals (RFC-0045)
This commit is contained in:
parent
13da811853
commit
7f093a2e8e
|
@ -38,7 +38,7 @@ buildGoModule rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Highly available Prometheus setup with long term storage capabilities";
|
description = "Highly available Prometheus setup with long term storage capabilities";
|
||||||
homepage = https://github.com/improbable-eng/thanos;
|
homepage = "https://github.com/improbable-eng/thanos";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ basvandijk ];
|
maintainers = with maintainers; [ basvandijk ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
|
Loading…
Reference in New Issue