treewide: http -> https

This commit is contained in:
Ryan Mulligan
2018-07-19 18:12:04 -07:00
parent 394ef82451
commit df8062c45b
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ buildGoPackage rec {
meta = with stdenv.lib; {
description = "Official Go implementation of the Livepeer protocol";
homepage = http://livepeer.org;
homepage = https://livepeer.org;
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ elitak ];