From eb7c2212364695714a9a62cc457155f004bf2bb1 Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 10 Dec 2019 18:45:16 +0000 Subject: [PATCH] Fix freedesktop specification link Signed-off-by: falkTX --- metadata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.h b/metadata.h index 9e02616..891dbd6 100644 --- a/metadata.h +++ b/metadata.h @@ -265,7 +265,7 @@ extern const char* JACK_METADATA_ICON_LARGE; * themes. Icons should be searched for according to the freedesktop Icon * * Theme Specification: - * http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html + * https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html */ extern const char* JACK_METADATA_ICON_NAME;