Merge pull request #37752 from ryantm/fix-urls

treewide: use more HTTPS URLs
This commit is contained in:
Matthew Justin Bauer
2018-03-25 00:40:17 -05:00
committed by GitHub
91 changed files with 139 additions and 139 deletions
@@ -42,7 +42,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Server and user space API to deal with multimedia pipelines";
homepage = http://pipewire.org/;
homepage = https://pipewire.org/;
license = licenses.lgpl21;
platforms = platforms.linux;
maintainers = with maintainers; [ jtojnar ];