ncdu: add maintainer
This commit is contained in:
parent
f13cb53452
commit
d2528b8873
|
@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://dev.yorhel.nl/ncdu";
|
homepage = "https://dev.yorhel.nl/ncdu";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub zowoq ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue