summary refs log tree commit diff
path: root/pkgs/development/libraries/uid_wrapper
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-03-05 17:41:36 +0100
committerPeter Simons <simons@cryp.to>2015-03-05 17:41:36 +0100
commit58795b953bd83faa9715694eca09188ad7771ef7 (patch)
tree72f0b00735de123960ed2c15efcf63e9f920ed2a /pkgs/development/libraries/uid_wrapper
parent455fc68fbbe40863a6f09bfe2c22ad6b87146315 (diff)
downloadnixlib-58795b953bd83faa9715694eca09188ad7771ef7.tar
nixlib-58795b953bd83faa9715694eca09188ad7771ef7.tar.gz
nixlib-58795b953bd83faa9715694eca09188ad7771ef7.tar.bz2
nixlib-58795b953bd83faa9715694eca09188ad7771ef7.tar.lz
nixlib-58795b953bd83faa9715694eca09188ad7771ef7.tar.xz
nixlib-58795b953bd83faa9715694eca09188ad7771ef7.tar.zst
nixlib-58795b953bd83faa9715694eca09188ad7771ef7.zip
uid_wrapper: the unquoted meta.homepage url breaks evaluation
Diffstat (limited to 'pkgs/development/libraries/uid_wrapper')
-rw-r--r--pkgs/development/libraries/uid_wrapper/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/uid_wrapper/default.nix b/pkgs/development/libraries/uid_wrapper/default.nix
index fa8e29e40981..b19d404bee2f 100644
--- a/pkgs/development/libraries/uid_wrapper/default.nix
+++ b/pkgs/development/libraries/uid_wrapper/default.nix
@@ -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;