about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFelix Schröter <dev@felschr.com>2023-08-12 13:43:21 +0200
committerFelix Schröter <dev@felschr.com>2023-08-12 13:43:26 +0200
commit76cacc26c90b2423d862bc9051c545a6ab743c0f (patch)
treed87df3401610b9b450bd02d87e2d00bbbdca7bed
parent3e36ea62d7302c0da62960534d99069868a6b2f0 (diff)
pixelorama: add changelog
-rw-r--r--pkgs/applications/editors/pixelorama/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/pixelorama/default.nix b/pkgs/applications/editors/pixelorama/default.nix
index e883ba36d5fbd..ee9e557c88339 100644
--- a/pkgs/applications/editors/pixelorama/default.nix
+++ b/pkgs/applications/editors/pixelorama/default.nix
@@ -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 ];