From 1a8091bc1707d4fc5926fd232b0375a580517b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Tue, 22 Jul 2025 15:09:12 -0600 Subject: [PATCH] fix(durdraw): Use durdraw.org as homepage --- pkgs/durdraw/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/durdraw/default.nix b/pkgs/durdraw/default.nix index 6990a2c..6a328a6 100644 --- a/pkgs/durdraw/default.nix +++ b/pkgs/durdraw/default.nix @@ -51,7 +51,8 @@ python3Packages.buildPythonApplication (lib.fix (finalAttrs: { Linux/Unix/macOS terminal, with animation, 256 and 16 colors, Unicode and CP437, and customizable themes. ''; - homepage = "https://github.com/cmang/durdraw/"; + homepage = "https://durdraw.org"; license = lib.licenses.bsd3; + mainProgram = "durdraw"; }; }))