python310Packages.snitun: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-03-03 23:57:10 +01:00
committed by Martin Weinelt
parent 164e1f1603
commit f158cca1b8
@@ -43,6 +43,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "snitun" ];
meta = with lib; {
changelog = "https://github.com/NabuCasa/snitun/releases/tag/${version}";
homepage = "https://github.com/nabucasa/snitun";
description = "SNI proxy with TCP multiplexer";
license = licenses.gpl3Only;