From eb0d99b67dfe3f9934275fc8a558031574140925 Mon Sep 17 00:00:00 2001 From: Acid Bong Date: Tue, 21 Oct 2025 21:42:57 +0300 Subject: [PATCH] spek: update meta.homepage to a relevant URL Use HTTPS + `www` subdomain for a proper cert. --- pkgs/by-name/sp/spek/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/sp/spek/package.nix b/pkgs/by-name/sp/spek/package.nix index 0ebaefd3550f..5ff36e44fdbd 100644 --- a/pkgs/by-name/sp/spek/package.nix +++ b/pkgs/by-name/sp/spek/package.nix @@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: { meta = { description = "Analyse your audio files by showing their spectrogram"; - homepage = "http://spek.cc/"; + homepage = "https://www.spek.cc/"; license = lib.licenses.gpl3; maintainers = with lib.maintainers; [ bjornfor ]; platforms = lib.platforms.all;