about summary refs log tree commit diff
path: root/pkgs/development/interpreters/wasmtime
diff options
context:
space:
mode:
authorDaniel Nagy <danielnagy@posteo.de>2023-05-28 08:31:27 +0200
committerGitHub <noreply@github.com>2023-05-28 01:31:27 -0500
commitdb508e06a1ee858582ab201b7c5ec819713b06d1 (patch)
treee431c06edf6f10ff5d6f065b28a410a0f7ea009b /pkgs/development/interpreters/wasmtime
parentf38b5c3260c3c962e087f8693f9335ab66eff10a (diff)
treewide: add meta.mainProgram and changelog urls (#204317)
Diffstat (limited to 'pkgs/development/interpreters/wasmtime')
-rw-r--r--pkgs/development/interpreters/wasmtime/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/wasmtime/default.nix b/pkgs/development/interpreters/wasmtime/default.nix
index 58cde0e101389..a568b364edfdf 100644
--- a/pkgs/development/interpreters/wasmtime/default.nix
+++ b/pkgs/development/interpreters/wasmtime/default.nix
@@ -41,9 +41,10 @@ rustPlatform.buildRustPackage rec {
   meta = with lib; {
     description =
       "Standalone JIT-style runtime for WebAssembly, using Cranelift";
-    homepage = "https://github.com/bytecodealliance/wasmtime";
+    homepage = "https://wasmtime.dev/";
     license = licenses.asl20;
     maintainers = with maintainers; [ ereslibre matthewbauer ];
     platforms = platforms.unix;
+    changelog = "https://github.com/bytecodealliance/wasmtime/blob/v${version}/RELEASES.md";
   };
 }