From dea84b1e10fc935ea78d07352d48e068dc3a3412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Wed, 23 Jun 2021 14:16:31 +0200 Subject: [PATCH] srt: Switch website to Github. It's more informative than the actual website, and hopefully this will also give us `nixpkgs-update` auto-updates. --- pkgs/development/libraries/srt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/srt/default.nix b/pkgs/development/libraries/srt/default.nix index b8a92dea8af..49c76123101 100644 --- a/pkgs/development/libraries/srt/default.nix +++ b/pkgs/development/libraries/srt/default.nix @@ -30,7 +30,7 @@ stdenv.mkDerivation rec { meta = { description = "Secure, Reliable, Transport"; - homepage = "https://www.srtalliance.org"; + homepage = "https://github.com/Haivision/srt"; license = licenses.mpl20; maintainers = with maintainers; [ nh2 ]; platforms = platforms.all;