quote URLs in my packages to ease opening them from urxvt

This commit is contained in:
Nikolay Amiantov
2016-04-30 03:12:32 +03:00
parent 190eaea739
commit 938d64f1f3
16 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -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";
};
}