hyprland: add meta.changelog

This commit is contained in:
Austin Horstman
2026-05-14 14:48:02 -05:00
parent 31d43f4534
commit b5a4803c71
+1
View File
@@ -217,6 +217,7 @@ customStdenv.mkDerivation (finalAttrs: {
meta = {
homepage = "https://github.com/hyprwm/Hyprland";
changelog = "https://github.com/hyprwm/Hyprland/releases/tag/${finalAttrs.src.tag}";
description = "Dynamic tiling Wayland compositor that doesn't sacrifice on its looks";
license = lib.licenses.bsd3;
teams = [ lib.teams.hyprland ];