wipefreespace: remove with lib

This commit is contained in:
kyehn
2025-08-31 23:50:12 +00:00
committed by kyehn
parent 9c5e2eab95
commit 04c3daae6c
+4 -4
View File
@@ -37,12 +37,12 @@ stdenv.mkDerivation (finalAttrs: {
strictDeps = true;
meta = with lib; {
meta = {
description = "Program which will securely wipe the free space";
homepage = "https://wipefreespace.sourceforge.io";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ catap ];
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ catap ];
mainProgram = "wipefreespace";
};
})