treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
This commit is contained in:
@@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [ postgresql ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "http://github.com/markdrago/pgsanity";
|
||||
homepage = "https://github.com/markdrago/pgsanity";
|
||||
description = "Checks the syntax of Postgresql SQL files";
|
||||
longDescription = ''
|
||||
PgSanity checks the syntax of Postgresql SQL files by
|
||||
|
||||
Reference in New Issue
Block a user