about summary refs log tree commit diff
path: root/pkgs/tools/text/dos2unix/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/dos2unix/default.nix')
-rw-r--r--pkgs/tools/text/dos2unix/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/dos2unix/default.nix b/pkgs/tools/text/dos2unix/default.nix
index dc61723e59776..a87901eb5eb91 100644
--- a/pkgs/tools/text/dos2unix/default.nix
+++ b/pkgs/tools/text/dos2unix/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
   meta = {
     homepage = http://waterlan.home.xs4all.nl/dos2unix.html;
     description = "Tools to transform text files from dos to unix formats and vicervesa";
-    license = "BSD";
+    license = stdenv.lib.licenses.bsd2;
     maintainers = with stdenv.lib.maintainers; [viric];
     platforms = with stdenv.lib.platforms; all;
   };