thanos: don't use URL literals (RFC-0045)

This commit is contained in:
Bas van Dijk 2019-06-05 12:49:29 +02:00
parent 13da811853
commit 7f093a2e8e

View File

@ -38,7 +38,7 @@ buildGoModule rec {
meta = with stdenv.lib; {
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;
maintainers = with maintainers; [ basvandijk ];
platforms = platforms.unix;