vim (all builds): add licence information

This commit is contained in:
Tobias Geerinckx-Rice 2015-05-26 17:01:16 +02:00
parent bd67bfa306
commit b84588cbde
4 changed files with 4 additions and 0 deletions

View File

@ -190,6 +190,7 @@ composableDerivation {
meta = with stdenv.lib; {
description = "The most popular clone of the VI editor";
homepage = http://www.vim.org;
license = with licenses; [ vim ];
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
};

View File

@ -49,6 +49,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "The most popular clone of the VI editor";
homepage = http://www.vim.org;
license = with licenses; [ vim ];
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
};

View File

@ -87,6 +87,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Vim - the text editor - for Mac OS X";
homepage = https://github.com/b4winckler/macvim;
license = with licenses; [ vim ];
maintainers = with maintainers; [ cstrahan ];
platforms = platforms.darwin;
};

View File

@ -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;
};