about summary refs log tree commit diff
path: root/pkgs/applications/audio/ssrc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/ssrc/default.nix')
-rw-r--r--pkgs/applications/audio/ssrc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/ssrc/default.nix b/pkgs/applications/audio/ssrc/default.nix
index 1ac1d6658f8d1..d6d776c860588 100644
--- a/pkgs/applications/audio/ssrc/default.nix
+++ b/pkgs/applications/audio/ssrc/default.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
     '';
 
     version = version;
-    homepage = "http://shibatch.sourceforge.net/";
+    homepage = "https://shibatch.sourceforge.net/";
     license = licenses.gpl2;
     maintainers = with maintainers; [ leenaars];
     platforms = platforms.linux;