3
0
Fork 0
forked from mirrors/nixpkgs

mkgmap: fix meta.homepage

This commit is contained in:
Ben Siraphob 2022-01-01 01:50:12 +07:00 committed by Jonathan Ringer
parent 3e70e92c4a
commit 8023a221c6

View file

@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Create maps for Garmin GPS devices from OpenStreetMap (OSM) data";
homepage = "http://www.mkgmap.org.uk";
homepage = "https://www.mkgmap.org.uk/";
downloadPage = "https://www.mkgmap.org.uk/download/mkgmap.html";
license = licenses.gpl2Only;
maintainers = with maintainers; [ sikmir ];