Merge pull request #51329 from c0bw3b/cleanup/gnu-https

Favor HTTPS URLs - the GNU edition
This commit is contained in:
markuskowa
2018-12-02 16:52:33 +01:00
committed by GitHub
247 changed files with 294 additions and 293 deletions
@@ -32,7 +32,7 @@ stdenv.mkDerivation {
outputs = [ "out" "man" "info" ];
meta = with stdenv.lib; {
homepage = http://www.gnu.org/software/make/;
homepage = https://www.gnu.org/software/make/;
description = "A tool to control the generation of non-source files from sources";
license = licenses.gpl3Plus;