maintainers: remove buffet

This commit is contained in:
buffet 2024-07-04 13:17:34 +02:00
parent 1afc544046
commit 515050af78
5 changed files with 4 additions and 13 deletions

View File

@ -2992,12 +2992,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";

View File

@ -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";
};
}

View File

@ -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 ];
};
})

View File

@ -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; [ ];
};
}

View File

@ -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";
};
}