summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-02-19 20:37:49 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-03 23:57:10 +0100
commitf158cca1b820fcdf89694d94ee6cc4aa6526377a (patch)
treeb4d4d668b9e6168ad9f05ee4da47e565f103cdd5
parent164e1f16033b67eaf3fc41d4a5371023e6934bb0 (diff)
downloadnixpkgs-f158cca1b820fcdf89694d94ee6cc4aa6526377a.tar
nixpkgs-f158cca1b820fcdf89694d94ee6cc4aa6526377a.tar.gz
nixpkgs-f158cca1b820fcdf89694d94ee6cc4aa6526377a.tar.bz2
nixpkgs-f158cca1b820fcdf89694d94ee6cc4aa6526377a.tar.lz
nixpkgs-f158cca1b820fcdf89694d94ee6cc4aa6526377a.tar.xz
nixpkgs-f158cca1b820fcdf89694d94ee6cc4aa6526377a.tar.zst
nixpkgs-f158cca1b820fcdf89694d94ee6cc4aa6526377a.zip
python310Packages.snitun: add changelog to meta
-rw-r--r--pkgs/development/python-modules/snitun/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/snitun/default.nix b/pkgs/development/python-modules/snitun/default.nix
index 5907260c53c..a2e9385d724 100644
--- a/pkgs/development/python-modules/snitun/default.nix
+++ b/pkgs/development/python-modules/snitun/default.nix
@@ -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;