From b3d12efeb44c8921e7206f3a79b7119bf73ad830 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 21 Jan 2022 00:25:49 -0300 Subject: scripts/paku: make package declarations more idiomatic --- default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index eeb89ba..85962bf 100644 --- a/default.nix +++ b/default.nix @@ -18,9 +18,9 @@ self: super: { meta = with pkgs.lib; { description = readFile "${src}/description"; longDescription = readFile "${src}/long-description"; - homepage = "https://euandreh.xyz/${name}/"; - changelog = "https://euandreh.xyz/${name}/CHANGELOG.html"; - downloadPage = "https://euandreh.xyz/${name}/#releases"; + homepage = "https://euandreh.xyz/td/"; + changelog = "https://euandreh.xyz/td/CHANGELOG.html"; + downloadPage = "https://euandreh.xyz/td/#releases"; license = licenses.agpl3; platforms = platforms.unix; }; -- cgit v1.2.3