fix(durdraw): Use durdraw.org as homepage

This commit is contained in:
2025-07-22 15:09:12 -06:00
parent 9fb0f35d84
commit 1a8091bc17

View File

@@ -51,7 +51,8 @@ python3Packages.buildPythonApplication (lib.fix (finalAttrs: {
Linux/Unix/macOS terminal, with animation, 256 and 16 colors, Unicode and Linux/Unix/macOS terminal, with animation, 256 and 16 colors, Unicode and
CP437, and customizable themes. CP437, and customizable themes.
''; '';
homepage = "https://github.com/cmang/durdraw/"; homepage = "https://durdraw.org";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
mainProgram = "durdraw";
}; };
})) }))