Change many homepage urls from http to https #30636
This commit is contained in:
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = http://sourceforge.net/projects/sshpass/;
|
||||
homepage = https://sourceforge.net/projects/sshpass/;
|
||||
description = "Non-interactive ssh password auth";
|
||||
maintainers = [ stdenv.lib.maintainers.madjar ];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user