summary refs log tree commit diff
path: root/pkgs/applications/editors/bvi
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/bvi')
-rw-r--r--pkgs/applications/editors/bvi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/bvi/default.nix b/pkgs/applications/editors/bvi/default.nix
index 84b810bf4602..e598fa19c5ea 100644
--- a/pkgs/applications/editors/bvi/default.nix
+++ b/pkgs/applications/editors/bvi/default.nix
@@ -13,6 +13,6 @@ stdenv.mkDerivation {
   meta = { 
     description = "Hex editor with vim style keybindings";
     homepage = http://bvi.sourceforge.net/download.html;
-    license = "GPL2";
+    license = stdenv.lib.licenses.gpl2;
   };
 }