beets: Quote homepage url

This commit is contained in:
Doron Behar 2020-03-25 15:27:55 +02:00
parent befbb792b9
commit 9c3be05166

View file

@ -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;