treewide: update homepages to https where available
Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects.
This commit is contained in:
@@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "The standard Python readline extension statically linked against the GNU readline library";
|
||||
homepage = http://github.com/ludwigschwardt/python-gnureadline;
|
||||
homepage = https://github.com/ludwigschwardt/python-gnureadline;
|
||||
license = licenses.gpl3;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user