From 7f093a2e8ec6469fc7a53b6f670486b5f12aec12 Mon Sep 17 00:00:00 2001 From: Bas van Dijk Date: Wed, 5 Jun 2019 12:49:29 +0200 Subject: thanos: don't use URL literals (RFC-0045) --- pkgs/servers/monitoring/thanos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/servers') diff --git a/pkgs/servers/monitoring/thanos/default.nix b/pkgs/servers/monitoring/thanos/default.nix index 50dcb7b341ff..21bee7168c77 100644 --- a/pkgs/servers/monitoring/thanos/default.nix +++ b/pkgs/servers/monitoring/thanos/default.nix @@ -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; -- cgit 1.4.1