kakounePlugins: fix license names

The license names seemed to be incorrect according to the upstream repos.
This commit is contained in:
Ricardo M. Correia 2019-10-07 16:54:32 +02:00
parent 39c0e489d3
commit 25e4165d43
5 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib;
{ description = "Kakoune extension to enable automatic closing of pairs";
homepage = "https://github.com/alexherbo2/auto-pairs.kak";
license = licenses.publicDoman;
license = licenses.unlicense;
maintainers = with maintainers; [ nrdxp ];
platform = platforms.all;
};

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib;
{ description = "Ease navigation between opened buffers in Kakoune";
homepage = "https://github.com/Delapouite/kakoune-buffers";
license = licenses.publicDoman;
license = licenses.mit;
maintainers = with maintainers; [ nrdxp ];
platform = platforms.all;
};

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib;
{ description = "Kakoune plugin that brings integration with fzf";
homepage = "https://github.com/andreyorst/fzf.kak";
license = licenses.publicDoman;
license = licenses.mit;
maintainers = with maintainers; [ nrdxp ];
platform = platforms.all;
};

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib;
{ description = "Kakoune modeline, but with passion";
homepage = "https://github.com/andreyorst/powerline.kak";
license = licenses.publicDoman;
license = licenses.mit;
maintainers = with maintainers; [ nrdxp ];
platform = platforms.all;
};

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib;
{ description = "Select up and down lines that match the same pattern in Kakoune";
homepage = "https://github.com/occivink/kakoune-vertical-selection";
license = licenses.publicDoman;
license = licenses.unlicense;
maintainers = with maintainers; [ nrdxp ];
platform = platforms.all;
};