Fix homepage links (see #30636)
This commit is contained in:
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Ncurses disk usage analyzer";
|
||||
homepage = http://dev.yorhel.nl/ncdu;
|
||||
homepage = https://dev.yorhel.nl/ncdu;
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
|
||||
Reference in New Issue
Block a user