aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-28 11:24:52 -0300
committerEuAndreh <eu@euandre.org>2023-03-28 11:24:52 -0300
commitf203ba291208ade371f03d83b92ab42e26a72af8 (patch)
treeffbcd9d638e11a82c77e2db6e568493b9cab1906 /src
parentsrc/bin/paku.in: Use gexps for #:make-flags (diff)
downloadpackage-repository-f203ba291208ade371f03d83b92ab42e26a72af8.tar.gz
package-repository-f203ba291208ade371f03d83b92ab42e26a72af8.tar.xz
src/bin/paku.in: Small tweaks on HTML output
Diffstat (limited to 'src')
-rwxr-xr-xsrc/bin/paku.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/paku.in b/src/bin/paku.in
index 449d8aa..a4dff73 100755
--- a/src/bin/paku.in
+++ b/src/bin/paku.in
@@ -611,7 +611,7 @@ sub emit_html() {
($ver) - $pkg->{description}
</summary>
<p>
- <a href="$pkg->{homepage}/">Homepage</a>
+ <a href="$pkg->{homepage}">Homepage</a>
</p>
<section>
<h2>Guix</h2>
@@ -709,7 +709,7 @@ sub emit_html() {
sudo tee /etc/apt/trusted.gpg.d/$json->{namespace}.asc</code></pre>
<p>
Afterwards, include this repository to the list of
- repositories that <code>apt</code> uses for sources
+ repositories that <code>apt(8)</code> uses for sources
by adding its URL to
<code>/etc/apt/sources.list</code>:
</p>
@@ -717,7 +717,7 @@ sub emit_html() {
sudo tee -a /etc/apt/sources.list
\$ sudo apt update</code></pre>
<p>
- After that the packages from the new repository will
+ After that the packages from this repository will
be available.
</p>
</article>