wipefreespace: remove with lib

authored by kyehn and committed by kyehn 04c3daae 9c5e2eab

+4 -4
+4 -4
pkgs/by-name/wi/wipefreespace/package.nix
··· 37 37 38 38 strictDeps = true; 39 39 40 - meta = with lib; { 40 + meta = { 41 41 description = "Program which will securely wipe the free space"; 42 42 homepage = "https://wipefreespace.sourceforge.io"; 43 - license = licenses.gpl2Plus; 44 - platforms = platforms.linux; 45 - maintainers = with maintainers; [ catap ]; 43 + license = lib.licenses.gpl2Plus; 44 + platforms = lib.platforms.linux; 45 + maintainers = with lib.maintainers; [ catap ]; 46 46 mainProgram = "wipefreespace"; 47 47 }; 48 48 })