udunits: use https instead of http for homepage url
This commit is contained in:
parent
de675e19cf
commit
a941856f01
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ expat ];
|
buildInputs = [ expat ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.unidata.ucar.edu/software/udunits/;
|
homepage = https://www.unidata.ucar.edu/software/udunits/;
|
||||||
description = "A C-based package for the programatic handling of units of physical quantities";
|
description = "A C-based package for the programatic handling of units of physical quantities";
|
||||||
license = licenses.bsdOriginal;
|
license = licenses.bsdOriginal;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user