Update homepage attributes: http -> https
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
This commit is contained in:
@@ -15,7 +15,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
|
||||
meta = {
|
||||
description = "A command line HTTP client whose goal is to make CLI human-friendly";
|
||||
homepage = http://httpie.org/;
|
||||
homepage = https://httpie.org/;
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
maintainers = with stdenv.lib.maintainers; [ antono relrod schneefux ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user