niri: add meta.changelog

This commit is contained in:
seth
2024-10-08 01:35:08 -04:00
parent f03374e375
commit 6a2a50845c
+1
View File
@@ -93,6 +93,7 @@ rustPlatform.buildRustPackage rec {
meta = {
description = "Scrollable-tiling Wayland compositor";
homepage = "https://github.com/YaLTeR/niri";
changelog = "https://github.com/YaLTeR/niri/releases/tag/v${version}";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [
iogamaster