Merge pull request #70644 from wizeman/u/fix-kak-plugins-license
kakounePlugins: fix license names
This commit is contained in:
commit
4fbe99badc
@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
|||||||
meta = with stdenv.lib;
|
meta = with stdenv.lib;
|
||||||
{ description = "Kakoune extension to enable automatic closing of pairs";
|
{ description = "Kakoune extension to enable automatic closing of pairs";
|
||||||
homepage = "https://github.com/alexherbo2/auto-pairs.kak";
|
homepage = "https://github.com/alexherbo2/auto-pairs.kak";
|
||||||
license = licenses.publicDoman;
|
license = licenses.unlicense;
|
||||||
maintainers = with maintainers; [ nrdxp ];
|
maintainers = with maintainers; [ nrdxp ];
|
||||||
platform = platforms.all;
|
platform = platforms.all;
|
||||||
};
|
};
|
||||||
|
@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
|||||||
meta = with stdenv.lib;
|
meta = with stdenv.lib;
|
||||||
{ description = "Ease navigation between opened buffers in Kakoune";
|
{ description = "Ease navigation between opened buffers in Kakoune";
|
||||||
homepage = "https://github.com/Delapouite/kakoune-buffers";
|
homepage = "https://github.com/Delapouite/kakoune-buffers";
|
||||||
license = licenses.publicDoman;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ nrdxp ];
|
maintainers = with maintainers; [ nrdxp ];
|
||||||
platform = platforms.all;
|
platform = platforms.all;
|
||||||
};
|
};
|
||||||
|
@ -31,7 +31,7 @@ stdenv.mkDerivation {
|
|||||||
meta = with stdenv.lib;
|
meta = with stdenv.lib;
|
||||||
{ description = "Kakoune plugin that brings integration with fzf";
|
{ description = "Kakoune plugin that brings integration with fzf";
|
||||||
homepage = "https://github.com/andreyorst/fzf.kak";
|
homepage = "https://github.com/andreyorst/fzf.kak";
|
||||||
license = licenses.publicDoman;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ nrdxp ];
|
maintainers = with maintainers; [ nrdxp ];
|
||||||
platform = platforms.all;
|
platform = platforms.all;
|
||||||
};
|
};
|
||||||
|
@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
|||||||
meta = with stdenv.lib;
|
meta = with stdenv.lib;
|
||||||
{ description = "Kakoune modeline, but with passion";
|
{ description = "Kakoune modeline, but with passion";
|
||||||
homepage = "https://github.com/andreyorst/powerline.kak";
|
homepage = "https://github.com/andreyorst/powerline.kak";
|
||||||
license = licenses.publicDoman;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ nrdxp ];
|
maintainers = with maintainers; [ nrdxp ];
|
||||||
platform = platforms.all;
|
platform = platforms.all;
|
||||||
};
|
};
|
||||||
|
@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
|||||||
meta = with stdenv.lib;
|
meta = with stdenv.lib;
|
||||||
{ description = "Select up and down lines that match the same pattern in Kakoune";
|
{ description = "Select up and down lines that match the same pattern in Kakoune";
|
||||||
homepage = "https://github.com/occivink/kakoune-vertical-selection";
|
homepage = "https://github.com/occivink/kakoune-vertical-selection";
|
||||||
license = licenses.publicDoman;
|
license = licenses.unlicense;
|
||||||
maintainers = with maintainers; [ nrdxp ];
|
maintainers = with maintainers; [ nrdxp ];
|
||||||
platform = platforms.all;
|
platform = platforms.all;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user