chisel: update meta

This commit is contained in:
Fabian Affolter
2025-10-11 19:53:22 +02:00
committed by GitHub
parent 988e9384c9
commit 998a8cec76
+2 -2
View File
@@ -35,8 +35,8 @@ buildGoModule rec {
used to provide a secure endpoint into your network.
'';
homepage = "https://github.com/jpillora/chisel";
changelog = "https://github.com/jpillora/chisel/releases/tag/v${version}";
license = with lib.licenses; [ mit ];
changelog = "https://github.com/jpillora/chisel/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
};
}