treewide: quote URLs in my packages

This commit is contained in:
Nikolay Amiantov
2016-11-23 17:49:18 +03:00
parent 00cecf6a84
commit be95ceaff2
43 changed files with 70 additions and 76 deletions

View File

@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = https://github.com/zeromq/cppzmq;
homepage = "https://github.com/zeromq/cppzmq";
license = licenses.bsd2;
description = "C++ binding for 0MQ";
maintainers = with maintainers; [ abbradar ];