treewide: http to https

This commit is contained in:
Ryan Mulligan
2018-04-30 21:39:20 -07:00
parent 47b25136b1
commit 038a0c9a60
41 changed files with 50 additions and 50 deletions
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Network intrusion prevention and detection system (IDS/IPS)";
homepage = http://www.snort.org;
homepage = https://www.snort.org;
maintainers = with stdenv.lib.maintainers; [ aycanirican ];
license = stdenv.lib.licenses.gpl2;
platforms = with stdenv.lib.platforms; linux;