File tree Expand file tree Collapse file tree 4 files changed +3
-9
lines changed
development/tools/msgpack-tools Expand file tree Collapse file tree 4 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 10281028 githubId = 30437811;
10291029 name = "Alex Andrews";
10301030 };
1031- alibabzo = {
1032- 1033- github = "alistairbill";
1034- githubId = 2822871;
1035- name = "Alistair Bill";
1036- };
10371031 alirezameskin = {
1038103210391033 github = "alirezameskin";
Original file line number Diff line number Diff line change @@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
4040 homepage = "https://github.com/ludocode/msgpack-tools" ;
4141 license = licenses . mit ;
4242 platforms = platforms . linux ++ platforms . darwin ;
43- maintainers = with maintainers ; [ alibabzo ] ;
43+ maintainers = [ ] ;
4444 } ;
4545}
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ stdenvNoCC.mkDerivation rec {
5757 homepage = "https://github.com/dylanaraps/neofetch" ;
5858 license = licenses . mit ;
5959 platforms = platforms . all ;
60- maintainers = with maintainers ; [ alibabzo konimex ] ;
60+ maintainers = with maintainers ; [ konimex ] ;
6161 mainProgram = "neofetch" ;
6262 } ;
6363}
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ buildPythonApplication rec {
1818 mainProgram = "proselint" ;
1919 homepage = "http://proselint.com" ;
2020 license = licenses . bsd3 ;
21- maintainers = with maintainers ; [ alibabzo ] ;
21+ maintainers = [ ] ;
2222 } ;
2323}
You can’t perform that action at this time.
0 commit comments