mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
treewide: possibly inactive maintainer: jfb / tftio / James Felix Black (#399431)
This commit is contained in:
commit
9bebe64e7e
3 changed files with 1 additions and 8 deletions
|
@ -11403,12 +11403,6 @@
|
||||||
githubId = 110620;
|
githubId = 110620;
|
||||||
name = "Jevin Maltais";
|
name = "Jevin Maltais";
|
||||||
};
|
};
|
||||||
jfb = {
|
|
||||||
email = "james@yamtime.com";
|
|
||||||
github = "tftio";
|
|
||||||
githubId = 143075;
|
|
||||||
name = "James Felix Black";
|
|
||||||
};
|
|
||||||
jfchevrette = {
|
jfchevrette = {
|
||||||
email = "jfchevrette@gmail.com";
|
email = "jfchevrette@gmail.com";
|
||||||
github = "jfchevrette";
|
github = "jfchevrette";
|
||||||
|
|
|
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "GTK enabled dropin replacement for xmessage";
|
description = "GTK enabled dropin replacement for xmessage";
|
||||||
homepage = "https://trmusson.dreamhosters.com/programs.html#gxmessage";
|
homepage = "https://trmusson.dreamhosters.com/programs.html#gxmessage";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
maintainers = with lib.maintainers; [ jfb ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
platforms = with lib.platforms; linux;
|
platforms = with lib.platforms; linux;
|
||||||
mainProgram = "gxmessage";
|
mainProgram = "gxmessage";
|
||||||
};
|
};
|
||||||
|
|
|
@ -94,7 +94,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
license = lib.licenses.lgpl21;
|
license = lib.licenses.lgpl21;
|
||||||
mainProgram = "notion";
|
mainProgram = "notion";
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
jfb
|
|
||||||
raboof
|
raboof
|
||||||
NotAShelf
|
NotAShelf
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue