cjdns: add meta.changelog

This commit is contained in:
Tom Hunze
2025-11-07 14:07:48 +01:00
parent 2aba3c894e
commit ea6198b00e
+2 -1
View File
@@ -86,8 +86,9 @@ rustPlatform.buildRustPackage rec {
passthru.tests.basic = nixosTests.cjdns;
meta = {
homepage = "https://github.com/cjdelisle/cjdns";
description = "Encrypted networking for regular people";
homepage = "https://github.com/cjdelisle/cjdns";
changelog = "https://github.com/cjdelisle/cjdns/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.linux ++ lib.platforms.darwin;
};