treewide: http -> https
This commit is contained in:
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://pyyaml.org/;
|
||||
homepage = https://pyyaml.org/;
|
||||
description = "A YAML 1.1 parser and emitter written in C";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user