mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #324536 from buffet/remove-buffet
maintainers: remove buffet
This commit is contained in:
commit
f8145fda96
5 changed files with 4 additions and 13 deletions
|
@ -2985,12 +2985,6 @@
|
||||||
githubId = 2379774;
|
githubId = 2379774;
|
||||||
name = "Sean Buckley";
|
name = "Sean Buckley";
|
||||||
};
|
};
|
||||||
buffet = {
|
|
||||||
email = "niclas@countingsort.com";
|
|
||||||
github = "buffet";
|
|
||||||
githubId = 33751841;
|
|
||||||
name = "Niclas Meyer";
|
|
||||||
};
|
|
||||||
bugworm = {
|
bugworm = {
|
||||||
email = "bugworm@zoho.com";
|
email = "bugworm@zoho.com";
|
||||||
github = "bugworm";
|
github = "bugworm";
|
||||||
|
|
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/buffet/filet";
|
homepage = "https://github.com/buffet/filet";
|
||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ buffet ];
|
maintainers = with maintainers; [ ];
|
||||||
mainProgram = "filet";
|
mainProgram = "filet";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -52,9 +52,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
homepage = "https://github.com/emersion/slurp";
|
homepage = "https://github.com/emersion/slurp";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
mainProgram = "slurp";
|
mainProgram = "slurp";
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [ nickcao ];
|
||||||
buffet
|
|
||||||
nickcao
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/romeovs/creep";
|
homepage = "https://github.com/romeovs/creep";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ buffet ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/emersion/grim";
|
homepage = "https://github.com/emersion/grim";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ buffet eclairevoyant ];
|
maintainers = with maintainers; [ eclairevoyant ];
|
||||||
mainProgram = "grim";
|
mainProgram = "grim";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue