aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix6
1 files changed, 3 insertions, 3 deletions
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;
};