nss_wrapper: the unquoted meta.homepage url breaks evaluation
This commit is contained in:
parent
17bc5f9b38
commit
0ac77f4690
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "a wrapper for the user, group and hosts NSS API";
|
description = "a wrapper for the user, group and hosts NSS API";
|
||||||
homepage = https://git.samba.org/?p=nss_wrapper.git;a=summary;
|
homepage = "https://git.samba.org/?p=nss_wrapper.git;a=summary";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ wkennington ];
|
maintainers = with maintainers; [ wkennington ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
Loading…
Reference in New Issue
Block a user