Commit b3bb20d5 authored by griffi-gh's avatar griffi-gh
Browse files

pixieditor: fix homepage

parent a8c5ec8c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;