treewide: http -> https
This commit is contained in:
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description =
|
||||
"Collection of open-source libraries for high level network programming";
|
||||
homepage = http://cpp-netlib.org;
|
||||
homepage = https://cpp-netlib.org;
|
||||
license = licenses.boost;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user