treewide: remove jonafato from maintainers
This commit is contained in:
parent
2e0c017c27
commit
4c2ca81f4a
@ -10106,12 +10106,6 @@
|
|||||||
githubId = 57130301;
|
githubId = 57130301;
|
||||||
keys = [ { fingerprint = "1CC5 B67C EB9A 13A5 EDF6 F10E 0B4A 3662 FC58 9202"; } ];
|
keys = [ { fingerprint = "1CC5 B67C EB9A 13A5 EDF6 F10E 0B4A 3662 FC58 9202"; } ];
|
||||||
};
|
};
|
||||||
jonafato = {
|
|
||||||
email = "jon@jonafato.com";
|
|
||||||
github = "jonafato";
|
|
||||||
githubId = 392720;
|
|
||||||
name = "Jon Banafato";
|
|
||||||
};
|
|
||||||
jonas-w = {
|
jonas-w = {
|
||||||
email = "nixpkgs@03j.de";
|
email = "nixpkgs@03j.de";
|
||||||
github = "jonas-w";
|
github = "jonas-w";
|
||||||
|
@ -146,7 +146,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
homepage = "https://keepassxc.org/";
|
homepage = "https://keepassxc.org/";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ jonafato blankparticle ];
|
maintainers = with maintainers; [ blankparticle ];
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -34,7 +34,7 @@ in appimageTools.wrapType2 {
|
|||||||
description = "Desktop client for Zulip Chat";
|
description = "Desktop client for Zulip Chat";
|
||||||
homepage = "https://zulip.com";
|
homepage = "https://zulip.com";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ andersk jonafato ];
|
maintainers = with maintainers; [ andersk ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
mainProgram = "zulip";
|
mainProgram = "zulip";
|
||||||
};
|
};
|
||||||
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Icon Hider is a GNOME Shell extension for managing status area items";
|
description = "Icon Hider is a GNOME Shell extension for managing status area items";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ jonafato ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = gnome-shell.meta.platforms;
|
platforms = gnome-shell.meta.platforms;
|
||||||
homepage = "https://github.com/ikalnytskyi/gnome-shell-extension-icon-hider";
|
homepage = "https://github.com/ikalnytskyi/gnome-shell-extension-icon-hider";
|
||||||
broken = versionAtLeast gnome-shell.version "3.32"; # Doesn't support 3.34
|
broken = versionAtLeast gnome-shell.version "3.32"; # Doesn't support 3.34
|
||||||
|
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Integrates maximized windows with the top panel";
|
description = "Integrates maximized windows with the top panel";
|
||||||
homepage = "https://github.com/poehlerj/no-title-bar";
|
homepage = "https://github.com/poehlerj/no-title-bar";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ jonafato svsdep ];
|
maintainers = with maintainers; [ svsdep ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "GNOME Shell TaskWarrior GUI";
|
description = "GNOME Shell TaskWarrior GUI";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ jonafato ];
|
maintainers = with maintainers; [ ];
|
||||||
homepage = "https://github.com/cinatic/taskwhisperer";
|
homepage = "https://github.com/cinatic/taskwhisperer";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user