Merge pull request #324536 from buffet/remove-buffet
maintainers: remove buffet
This commit is contained in:
commit
f8145fda96
@ -2985,12 +2985,6 @@
|
||||
githubId = 2379774;
|
||||
name = "Sean Buckley";
|
||||
};
|
||||
buffet = {
|
||||
email = "niclas@countingsort.com";
|
||||
github = "buffet";
|
||||
githubId = 33751841;
|
||||
name = "Niclas Meyer";
|
||||
};
|
||||
bugworm = {
|
||||
email = "bugworm@zoho.com";
|
||||
github = "bugworm";
|
||||
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/buffet/filet";
|
||||
license = licenses.mpl20;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ buffet ];
|
||||
maintainers = with maintainers; [ ];
|
||||
mainProgram = "filet";
|
||||
};
|
||||
}
|
||||
|
@ -52,9 +52,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/emersion/slurp";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "slurp";
|
||||
maintainers = with lib.maintainers; [
|
||||
buffet
|
||||
nickcao
|
||||
];
|
||||
maintainers = with lib.maintainers; [ nickcao ];
|
||||
};
|
||||
})
|
||||
|
@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/romeovs/creep";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ buffet ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/emersion/grim";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ buffet eclairevoyant ];
|
||||
maintainers = with maintainers; [ eclairevoyant ];
|
||||
mainProgram = "grim";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user