Skip to content

Commit

Permalink
icecast: update homepage link to use HTTPS (#100145)
Browse files Browse the repository at this point in the history
  • Loading branch information
KamilaBorowska committed Oct 10, 2020
1 parent a4a1b25 commit 746a42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/icecast/default.nix
Expand Up @@ -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;
Expand Down

0 comments on commit 746a42a

Please sign in to comment.