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
+1 -1
View File
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Text-to-speech engine";
homepage = https://android.googlesource.com/platform/external/svox;
homepage = "https://android.googlesource.com/platform/external/svox";
platforms = platforms.linux;
license = licenses.asl20;
maintainers = with maintainers; [ abbradar ];