Merge pull request #37752 from ryantm/fix-urls
treewide: use more HTTPS URLs
This commit is contained in:
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Fortran API to manipulate netcdf files";
|
||||
homepage = http://www.unidata.ucar.edu/software/netcdf/;
|
||||
homepage = https://www.unidata.ucar.edu/software/netcdf/;
|
||||
license = licenses.free;
|
||||
maintainers = [ maintainers.bzizou ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user