ldtk: add meta.changelog

This commit is contained in:
Felix Schröter
2023-04-27 15:03:22 +02:00
parent 9d136b7467
commit ebb1fb926a
+2 -1
View File
@@ -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 ];