rink: update homepage link to use HTTPS

This commit is contained in:
Konrad Borowski 2020-04-24 17:04:15 +02:00 committed by Jon
parent 56a7c4f056
commit 40dd2c27c6

View file

@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
meta = with stdenv.lib; {
description = "Unit-aware calculator";
homepage = "http://rink.tiffnix.com";
homepage = "https://rink.tiffnix.com";
license = with licenses; [ mpl20 gpl3 ];
maintainers = with maintainers; [ sb0 filalex77 ];
};