summary refs log tree commit diff
path: root/pkgs/tools/system/foremost/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/foremost/default.nix')
-rw-r--r--pkgs/tools/system/foremost/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/foremost/default.nix b/pkgs/tools/system/foremost/default.nix
index baaa97b4b2436..d560fdad51bc7 100644
--- a/pkgs/tools/system/foremost/default.nix
+++ b/pkgs/tools/system/foremost/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
       reliable and faster recovery.
     '';
     homepage = http://foremost.sourceforge.net/;
-    license = with licenses; publicDomain;
+    license = licenses.publicDomain;
     platforms = with platforms; linux;
     maintainers = with maintainers; [ nckx ];
   };