pixelorama: add changelog

This commit is contained in:
Felix Schröter 2023-08-12 13:43:21 +02:00
parent 3e36ea62d7
commit 76cacc26c9
No known key found for this signature in database
GPG key ID: 671E39E6744C807D

View file

@ -52,6 +52,7 @@ in stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
homepage = "https://orama-interactive.itch.io/pixelorama";
description = "A free & open-source 2D sprite editor, made with the Godot Engine!";
changelog = "https://github.com/Orama-Interactive/Pixelorama/blob/${finalAttrs.src.rev}/CHANGELOG.md";
license = licenses.mit;
platforms = [ "i686-linux" "x86_64-linux" ];
maintainers = with maintainers; [ felschr ];