creek: add meta.changelog

This commit is contained in:
Alexandru Tocar
2025-04-16 11:26:21 +02:00
parent 2d399f3cae
commit 5f1144ccc6
+1
View File
@@ -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 ];