srt: Switch website to Github.

It's more informative than the actual website, and hopefully this will also
give us `nixpkgs-update` auto-updates.
This commit is contained in:
Niklas Hambüchen 2021-06-23 14:16:31 +02:00
parent 951939e48d
commit dea84b1e10

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Secure, Reliable, Transport"; description = "Secure, Reliable, Transport";
homepage = "https://www.srtalliance.org"; homepage = "https://github.com/Haivision/srt";
license = licenses.mpl20; license = licenses.mpl20;
maintainers = with maintainers; [ nh2 ]; maintainers = with maintainers; [ nh2 ];
platforms = platforms.all; platforms = platforms.all;