about summary refs log tree commit diff
path: root/pkgs/applications/editors/dit
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/dit')
-rw-r--r--pkgs/applications/editors/dit/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/dit/default.nix b/pkgs/applications/editors/dit/default.nix
index e89267d04c50..170019d27381 100644
--- a/pkgs/applications/editors/dit/default.nix
+++ b/pkgs/applications/editors/dit/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
     substituteInPlace Prototypes.h --replace 'tail' "$(type -P tail)"
   '';
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     description = "A console text editor for Unix that you already know how to use";
     homepage = "https://hisham.hm/dit/";
     license = licenses.gpl2;