Merge pull request #37752 from ryantm/fix-urls
treewide: use more HTTPS URLs
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user