From 5f1144ccc650f0a9cc639a8ecbcac7b1ca7c581b Mon Sep 17 00:00:00 2001 From: Alexandru Tocar Date: Sat, 12 Apr 2025 21:05:55 +0200 Subject: [PATCH] creek: add `meta.changelog` --- pkgs/by-name/cr/creek/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/cr/creek/package.nix b/pkgs/by-name/cr/creek/package.nix index 710c8dc2e1e8..19e8eb5f5b0d 100644 --- a/pkgs/by-name/cr/creek/package.nix +++ b/pkgs/by-name/cr/creek/package.nix @@ -51,6 +51,7 @@ stdenv.mkDerivation (finalAttrs: { meta = { homepage = "https://git.8pit.net/creek"; + changelog = "https://github.com/nmeum/creek/releases/v${finalAttrs.version}"; description = "Malleable and minimalist status bar for the River compositor"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ alexandrutocar ];