forked from mirrors/nixpkgs
Merge pull request #222362 from sefidel/master
maintainers: boppyt -> sefidel
This commit is contained in:
commit
b2a936b40d
|
@ -2094,15 +2094,6 @@
|
||||||
githubId = 68566724;
|
githubId = 68566724;
|
||||||
name = "bootstrap-prime";
|
name = "bootstrap-prime";
|
||||||
};
|
};
|
||||||
boppyt = {
|
|
||||||
email = "boppy@nwcpz.com";
|
|
||||||
github = "boppyt";
|
|
||||||
githubId = 71049646;
|
|
||||||
name = "Zack A";
|
|
||||||
keys = [{
|
|
||||||
fingerprint = "E8D7 5C19 9F65 269B 439D F77B 6310 C97D E31D 1545";
|
|
||||||
}];
|
|
||||||
};
|
|
||||||
borisbabic = {
|
borisbabic = {
|
||||||
email = "boris.ivan.babic@gmail.com";
|
email = "boris.ivan.babic@gmail.com";
|
||||||
github = "borisbabic";
|
github = "borisbabic";
|
||||||
|
@ -13611,6 +13602,16 @@
|
||||||
githubId = 17243347;
|
githubId = 17243347;
|
||||||
name = "Sebastian Sellmeier";
|
name = "Sebastian Sellmeier";
|
||||||
};
|
};
|
||||||
|
sefidel = {
|
||||||
|
name = "sefidel";
|
||||||
|
email = "contact@sefidel.net";
|
||||||
|
matrix = "@sef:exotic.sh";
|
||||||
|
github = "sefidel";
|
||||||
|
githubId = 71049646;
|
||||||
|
keys = [{
|
||||||
|
fingerprint = "8BDF DFB5 6842 2393 82A0 441B 9238 BC70 9E05 516A";
|
||||||
|
}];
|
||||||
|
};
|
||||||
sei40kr = {
|
sei40kr = {
|
||||||
name = "Seong Yong-ju";
|
name = "Seong Yong-ju";
|
||||||
email = "sei40kr@gmail.com";
|
email = "sei40kr@gmail.com";
|
||||||
|
|
|
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "A lightweight text editor written in Lua";
|
description = "A lightweight text editor written in Lua";
|
||||||
homepage = "https://github.com/lite-xl/lite-xl";
|
homepage = "https://github.com/lite-xl/lite-xl";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ boppyt ];
|
maintainers = with maintainers; [ sefidel ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue