Commit 04c3daae authored by kyehn's avatar kyehn Committed by kyehn
Browse files

wipefreespace: remove with lib

parent 9c5e2eab
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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";
  };
})