rink: update homepage link to use HTTPS
This commit is contained in:
parent
56a7c4f056
commit
40dd2c27c6
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue