mmtui: fix meta.changelog

Oversight in #477099
Part of #514132
This commit is contained in:
Grimmauld
2026-05-20 15:11:47 +02:00
parent 181ff51f7c
commit b098cf1de4

View File

@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
};
meta = {
changelog = "https://github.com/SL-RU/mmtui/releases/tag/v${finalAttrs.version}";
changelog = "https://github.com/SL-RU/mmtui/releases/tag/mmt-v${finalAttrs.version}";
description = "TUI disk mount manager for TUI file managers";
homepage = "https://github.com/SL-RU/mmtui";
license = lib.licenses.mit;