socket_wrapper: the unquoted meta.homepage url breaks evaluation

This commit is contained in:
Peter Simons 2015-03-05 17:40:55 +01:00
parent 0ac77f4690
commit 455fc68fbb

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "a library passing all socket communications through unix sockets";
homepage = https://git.samba.org/?p=socket_wrapper.git;a=summary;
homepage = "https://git.samba.org/?p=socket_wrapper.git;a=summary";
license = licenses.bsd3;
maintainers = with maintainers; [ wkennington ];
platforms = platforms.all;