From 9c3be05166c36aeed3d762941e2f7159b498ace5 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Wed, 25 Mar 2020 15:27:55 +0200 Subject: beets: Quote homepage url --- pkgs/tools/audio/beets/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/audio/beets/default.nix b/pkgs/tools/audio/beets/default.nix index 4234889ac4d0..71ebe7ceb81d 100644 --- a/pkgs/tools/audio/beets/default.nix +++ b/pkgs/tools/audio/beets/default.nix @@ -264,7 +264,7 @@ in pythonPackages.buildPythonApplication rec { meta = { description = "Music tagger and library organizer"; - homepage = http://beets.io; + homepage = "http://beets.io"; license = licenses.mit; maintainers = with maintainers; [ aszlig domenkozar pjones ]; platforms = platforms.linux; -- cgit 1.4.1