pixieditor: fix homepage

This commit is contained in:
griffi-gh
2026-01-09 11:22:29 +01:00
parent a8c5ec8ce3
commit b3bb20d5e6
+1 -1
View File
@@ -173,7 +173,7 @@ buildDotnetModule (finalAttrs: {
PixiEditor is a universal 2D platform that aims to provide you with tools and features for all your 2D needs.
Create beautiful sprites for your games, animations, edit images, create logos. All packed in an eye-friendly dark theme
'';
homepage = "https://pixieditor.com";
homepage = "https://pixieditor.net/";
changelog = "https://github.com/PixiEditor/PixiEditor/releases/tag/${finalAttrs.version}";
mainProgram = "pixieditor";
license = lib.licenses.lgpl3Only;