From 43b664bf083d8bb50dbd0a30f7783f39be3db735 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Thu, 14 May 2026 14:27:11 -0500 Subject: [PATCH] hyprutils: add meta.changelog --- pkgs/by-name/hy/hyprutils/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/hy/hyprutils/package.nix b/pkgs/by-name/hy/hyprutils/package.nix index 6b1153743b93..99329345a7b8 100644 --- a/pkgs/by-name/hy/hyprutils/package.nix +++ b/pkgs/by-name/hy/hyprutils/package.nix @@ -39,6 +39,7 @@ gcc15Stdenv.mkDerivation (finalAttrs: { meta = { homepage = "https://github.com/hyprwm/hyprutils"; + changelog = "https://github.com/hyprwm/hyprutils/releases/tag/${finalAttrs.src.tag}"; description = "Small C++ library for utilities used across the Hypr* ecosystem"; license = lib.licenses.bsd3; platforms = lib.platforms.linux ++ lib.platforms.freebsd;