lol

rtptools: update homepage link to use HTTPS

authored by

Konrad Borowski and committed by
Jon
6d8e791b 7a29abc7

+1 -1
+1 -1
pkgs/tools/networking/rtptools/default.nix
··· 8 8 }; 9 9 meta = { 10 10 description = "A number of small applications that can be used for processing RTP data"; 11 - homepage = "http://www.cs.columbia.edu/irt/software/rtptools/"; 11 + homepage = "https://www.cs.columbia.edu/irt/software/rtptools/"; 12 12 maintainers = [ lib.maintainers.lheckemann ]; 13 13 platforms = lib.platforms.unix; 14 14 license = lib.licenses.bsd3;