lol

bird2: fetch src url via https

+2 -2
+2 -2
pkgs/by-name/bi/bird2/package.nix
··· 14 14 version = "2.16.1"; 15 15 16 16 src = fetchurl { 17 - url = "ftp://bird.network.cz/pub/bird/${pname}-${version}.tar.gz"; 17 + url = "https://bird.network.cz/download/bird-${version}.tar.gz"; 18 18 hash = "sha256-9uWcvMrKYmaK6gIGhyS9QnuexEnH4PD8VoFQOYjHNbQ="; 19 19 }; 20 20 ··· 43 43 meta = with lib; { 44 44 changelog = "https://gitlab.nic.cz/labs/bird/-/blob/v${version}/NEWS"; 45 45 description = "BIRD Internet Routing Daemon"; 46 - homepage = "http://bird.network.cz"; 46 + homepage = "https://bird.network.cz"; 47 47 license = licenses.gpl2Plus; 48 48 maintainers = with maintainers; [ herbetom ]; 49 49 platforms = platforms.linux;