spek: update meta.homepage to a relevant URL

Use HTTPS + `www` subdomain for a proper cert.
This commit is contained in:
Acid Bong
2025-10-22 00:05:12 +03:00
parent 344dfdae32
commit eb0d99b67d
+1 -1
View File
@@ -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;