From 938d64f1f386c8d9f82c06c55e78de697de2e781 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Sat, 30 Apr 2016 02:58:00 +0300 Subject: quote URLs in my packages to ease opening them from urxvt --- pkgs/applications/audio/deadbeef/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/audio/deadbeef') diff --git a/pkgs/applications/audio/deadbeef/default.nix b/pkgs/applications/audio/deadbeef/default.nix index b8942033976..3ed4e587ac5 100644 --- a/pkgs/applications/audio/deadbeef/default.nix +++ b/pkgs/applications/audio/deadbeef/default.nix @@ -96,10 +96,10 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "Ultimate Music Player for GNU/Linux"; - homepage = http://deadbeef.sourceforge.net/; + homepage = "http://deadbeef.sourceforge.net/"; license = licenses.gpl2; platforms = platforms.linux; maintainers = [ maintainers.abbradar ]; - repositories.git = https://github.com/Alexey-Yakovenko/deadbeef; + repositories.git = "https://github.com/Alexey-Yakovenko/deadbeef"; }; } -- cgit 1.4.1