From 13e2a186fea86320b8d2732fffa92e7244adf9e3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 19 Jan 2022 17:18:29 -0300 Subject: scripts/paku: Fix links to project homepages --- scripts/paku | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'scripts') diff --git a/scripts/paku b/scripts/paku index e60812a..7877b2b 100755 --- a/scripts/paku +++ b/scripts/paku @@ -78,7 +78,7 @@ EOF (delete 'configure)))) (synopsis (file-append source "/description")) (description (file-append source "/long-description")) - (home-page (string-append "https://" name ".euandreh.xyz")) + (home-page (string-append "https://euandreh.xyz/" name "/")) (license license:agpl3+))) EOF done @@ -142,9 +142,9 @@ $CHECK_INPUTS meta = with pkgs.lib; { description = readFile "\${src}/description"; longDescription = readFile "\${src}/long-description"; - homepage = "https://\${name}.euandreh.xyz"; - changelog = "https://\${name}.euandreh.xyz/CHANGELOG.html"; - downloadPage = "https://\${name}.euandreh.xyz/#releases"; + homepage = "https://euandreh.xyz/\${name}/"; + changelog = "https://euandreh.xyz/\${name}/CHANGELOG.html"; + downloadPage = "https://euandreh.xyz/\${name}/#releases"; license = licenses.agpl3; platforms = platforms.unix; }; @@ -203,7 +203,7 @@ gen_homebrew() { cat <>"$HOMEBREW_OUT" class ${NAME_UC}$SUFFIX_UC < Formula desc '$DESCRIPTION' - homepage 'https://$NAME.euandreh.xyz' + homepage 'https://euandreh.xyz/$NAME/' url '$TARBALL_URL' sha256 '$SHA256' license 'AGPL-3.0-or-later' -- cgit v1.2.3