aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-21 00:25:49 -0300
committerEuAndreh <eu@euandre.org>2022-01-21 00:28:12 -0300
commitb3d12efeb44c8921e7206f3a79b7119bf73ad830 (patch)
treef8c124639352d9f324d54fbb1d8079ec9cefed06 /default.nix
parentpaku.json: Remove dependency on m4 (diff)
downloadpackage-repository-b3d12efeb44c8921e7206f3a79b7119bf73ad830.tar.gz
package-repository-b3d12efeb44c8921e7206f3a79b7119bf73ad830.tar.xz
scripts/paku: make package declarations more idiomatic
Diffstat (limited to '')
-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;
};