treewide: http -> https
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description= "Socket library that provides several common communication patterns";
|
||||
homepage = http://nanomsg.org/;
|
||||
homepage = https://nanomsg.org/;
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user