ncdu: adopt

This commit is contained in:
Sandro Jäckel 2021-06-18 10:55:01 +02:00
parent d466e26b8e
commit 65b1196963
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
homepage = "https://dev.yorhel.nl/ncdu";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ pSub ];
maintainers = with maintainers; [ pSub SuperSandro2000 ];
};
}