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:
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "An OCaml module for handling file system paths with POSIX and Windows conventions";
|
||||
homepage = http://erratique.ch/software/fpath;
|
||||
homepage = https://erratique.ch/software/fpath;
|
||||
license = stdenv.lib.licenses.isc;
|
||||
maintainers = [ stdenv.lib.maintainers.vbgl ];
|
||||
inherit (ocaml.meta) platforms;
|
||||
|
||||
Reference in New Issue
Block a user