diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2023-11-14 19:17:51 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2023-11-14 19:24:21 -0500 |
commit | c89a996083eb1c654d0c4aa661862ef06f26e544 (patch) | |
tree | 7f1cda201e42b410cd8ed2f68460f45196db359f /net-im | |
parent | xfce-extra/xfce4-hdaps: update HOMEPAGE, SRC_URI (http -> https) (diff) | |
download | gentoo-c89a996083eb1c654d0c4aa661862ef06f26e544.tar.gz gentoo-c89a996083eb1c654d0c4aa661862ef06f26e544.tar.bz2 gentoo-c89a996083eb1c654d0c4aa661862ef06f26e544.zip |
net-im/spectrum2: update http -> https in a comment
The bundled OpenRC service file contains a link to my website that can
now benefit from https://
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/spectrum2/files/spectrum2.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/spectrum2/files/spectrum2.initd b/net-im/spectrum2/files/spectrum2.initd index 8a35dbe75bc9..0ab25819804d 100644 --- a/net-im/spectrum2/files/spectrum2.initd +++ b/net-im/spectrum2/files/spectrum2.initd @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 command="/usr/bin/spectrum2_manager" @@ -41,7 +41,7 @@ stop() { # Andrey Utkin <andrey_utkin@gentoo.org> (24 Nov 2018) # Conrad Kostecki <conrad@kostecki.com> (24 Nov 2018) # We are aware of many security issues caused by careless chowning, see -# http://michael.orlitzky.com/articles/end_root_chowning_now_(make_etc-init.d_great_again).xhtml +# https://michael.orlitzky.com/articles/end_root_chowning_now_(make_etc-init.d_great_again).xhtml # We believe none of these issues apply. # These pidfiles are not read by any privileged process. # checkpath here chowns only the dir itself and doesn't act recursively. |