From ebb1fb926ae4db2c07cd3329e8715affa39411b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Thu, 27 Apr 2023 15:03:22 +0200 Subject: [PATCH] ldtk: add meta.changelog --- pkgs/applications/editors/ldtk/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/editors/ldtk/default.nix b/pkgs/applications/editors/ldtk/default.nix index 8d6ec620e5c4..ef21add4b32e 100644 --- a/pkgs/applications/editors/ldtk/default.nix +++ b/pkgs/applications/editors/ldtk/default.nix @@ -48,8 +48,9 @@ stdenv.mkDerivation rec { ]; meta = with lib; { - homepage = "https://ldtk.io/"; description = "Modern, lightweight and efficient 2D level editor"; + homepage = "https://ldtk.io/"; + changelog = "https://github.com/deepnight/ldtk/releases/tag/v${version}"; license = licenses.mit; platforms = [ "x86_64-linux" ]; maintainers = with maintainers; [ felschr ];