opencpn: use https for homepage

This commit is contained in:
Matthew Bauer 2017-08-17 14:57:16 -07:00
parent 269f057be3
commit 351277ae7c

View File

@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
maintainers = [ stdenv.lib.maintainers.kragniz ];
platforms = stdenv.lib.platforms.all;
license = stdenv.lib.licenses.gpl2;
homepage = http://opencpn.org/;
homepage = https://opencpn.org/;
};
}