python310Packages.rns: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-25 08:57:22 +01:00
parent 3265a24b79
commit 71f6d1f56b

View File

@ -37,6 +37,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Cryptography-based networking stack for wide-area networks";
homepage = "https://github.com/markqvist/Reticulum";
changelog = "https://github.com/markqvist/Reticulum/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};