From ded30f30d7e918a059b4916b52ad9a160be52108 Mon Sep 17 00:00:00 2001 From: jakob Date: Sun, 24 Jul 2022 01:56:45 +0200 Subject: [PATCH] Use "application installer" in module doc summary Fixup for 1b4753ae. --- doc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc.go b/doc.go index 4c732f6..85692a2 100644 --- a/doc.go +++ b/doc.go @@ -1,5 +1,5 @@ -// Linux GUI installer for audiences that are used to Windows installers. -// Imitates the look and feel of NSIS, or rather Wizard97-type installers. +// Graphical Linux application installer for audiences that are used to Windows +// installers. Imitates the look and feel of NSIS, or rather Wizard97-type installers. // // This installer will bundle any files and folders inside the "data" directory, to be // installed via a GTK3-based GUI, or alternatively a commandline interface (referred to