vnstat: fix platforms list
This commit is contained in:
parent
84afac6b89
commit
f73c3098d4
@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
description = "Console-based network statistics utility for Linux";
|
description = "Console-based network statistics utility for Linux";
|
||||||
maintainers = with maintainers; [ nckx ];
|
maintainers = with maintainers; [ nckx ];
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user