spek: update meta.homepage to a relevant URL (#454293)

This commit is contained in:
Fernando Rodrigues
2025-10-22 02:43:24 +00:00
committed by GitHub
+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;