icecast: update homepage link to use HTTPS (#100145)

wip/yesman
Konrad Borowski 4 years ago committed by GitHub
parent a4a1b25469
commit 746a42a15c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/servers/icecast/default.nix

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
open standards for commuincation and interaction.
'';
homepage = "http://www.icecast.org";
homepage = "https://www.icecast.org";
license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ jcumming ];
platforms = with stdenv.lib.platforms; unix;

Loading…
Cancel
Save