about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim/qvim.nix
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-05-26 17:01:16 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-05-27 01:22:43 +0200
commitb84588cbdedc99c3b119d4226d1af6d18167c195 (patch)
tree1eb9cc055724e2143ef24e9f375bb4a850a54932 /pkgs/applications/editors/vim/qvim.nix
parentbd67bfa3065e34a4719ac0da3fd02587aa999b7b (diff)
downloadnixlib-b84588cbdedc99c3b119d4226d1af6d18167c195.tar
nixlib-b84588cbdedc99c3b119d4226d1af6d18167c195.tar.gz
nixlib-b84588cbdedc99c3b119d4226d1af6d18167c195.tar.bz2
nixlib-b84588cbdedc99c3b119d4226d1af6d18167c195.tar.lz
nixlib-b84588cbdedc99c3b119d4226d1af6d18167c195.tar.xz
nixlib-b84588cbdedc99c3b119d4226d1af6d18167c195.tar.zst
nixlib-b84588cbdedc99c3b119d4226d1af6d18167c195.zip
vim (all builds): add licence information
Diffstat (limited to 'pkgs/applications/editors/vim/qvim.nix')
-rw-r--r--pkgs/applications/editors/vim/qvim.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/qvim.nix b/pkgs/applications/editors/vim/qvim.nix
index b9e3d668d623..42ed3daa6888 100644
--- a/pkgs/applications/editors/vim/qvim.nix
+++ b/pkgs/applications/editors/vim/qvim.nix
@@ -118,6 +118,7 @@ composableDerivation {
   meta = with stdenv.lib; {
     description = "The most popular clone of the VI editor (Qt GUI fork)";
     homepage    = https://bitbucket.org/equalsraf/vim-qt/wiki/Home;
+    license = with licenses; [ vim ];
     maintainers = with maintainers; [ smironov ttuegel ];
     platforms   = platforms.linux;
   };