rutorrent: add meta.changelog

This commit is contained in:
DontEatOreo
2025-01-07 19:55:22 +02:00
parent a73ba752d2
commit 2372fb0cba
+1
View File
@@ -23,6 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
meta = {
changelog = "https://github.com/Novik/ruTorrent/releases/tag/v${finalAttrs.version}";
description = "Yet another web front-end for rTorrent";
homepage = "https://github.com/Novik/ruTorrent";
license = lib.licenses.gpl3Plus;