ranger: use https homepage
This commit is contained in:
parent
4af272925e
commit
73518ff753
@ -42,7 +42,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "File manager with minimalistic curses interface";
|
description = "File manager with minimalistic curses interface";
|
||||||
homepage = "http://ranger.github.io/";
|
homepage = "https://ranger.github.io/";
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ toonn magnetophon ];
|
maintainers = with maintainers; [ toonn magnetophon ];
|
||||||
|
Loading…
Reference in New Issue
Block a user