diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/bin/paku.in | 6 |
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> |