spek: update meta.homepage to a relevant URL
Use HTTPS + `www` subdomain for a proper cert.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user