3
0
Fork 0
forked from mirrors/nixpkgs

uid_wrapper: the unquoted meta.homepage url breaks evaluation

This commit is contained in:
Peter Simons 2015-03-05 17:41:36 +01:00
parent 455fc68fbb
commit 58795b953b

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "a wrapper for the user, group and hosts NSS API";
homepage = https://git.samba.org/?p=uid_wrapper.git;a=summary;
homepage = "https://git.samba.org/?p=uid_wrapper.git;a=summary";
license = licenses.bsd3;
maintainers = with maintainers; [ wkennington ];
platforms = platforms.all;