hyprutils: add meta.changelog

This commit is contained in:
Austin Horstman
2026-05-14 14:27:11 -05:00
parent c5b803f16c
commit 43b664bf08

View File

@@ -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;