summary refs log tree commit diff
path: root/pkgs/development/compilers/binaryen/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/binaryen/default.nix')
-rw-r--r--pkgs/development/compilers/binaryen/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/binaryen/default.nix b/pkgs/development/compilers/binaryen/default.nix
index d3723243766..023c567638f 100644
--- a/pkgs/development/compilers/binaryen/default.nix
+++ b/pkgs/development/compilers/binaryen/default.nix
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ cmake python3 ];
 
   meta = with stdenv.lib; {
-    homepage = https://github.com/WebAssembly/binaryen;
+    homepage = "https://github.com/WebAssembly/binaryen";
     description = "Compiler infrastructure and toolchain library for WebAssembly, in C++";
     platforms = platforms.all;
     maintainers = with maintainers; [ asppsa ];