Skip to content

Commit

Permalink
Merge pull request #319269 from SuperSandro2000/kiwi-remove
Browse files Browse the repository at this point in the history
maintainers: remove one year inactive maintainer kiwi
  • Loading branch information
doronbehar authored Jun 21, 2024
2 parents ac07aeb + 743d9f8 commit ed0af8c
Show file tree
Hide file tree
Showing 19 changed files with 17 additions and 52 deletions.
7 changes: 0 additions & 7 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10588,13 +10588,6 @@
name = "Kat Inskip";
keys = [ { fingerprint = "9CC6 44B5 69CD A59B C874 C4C9 E8DD E3ED 1C90 F3A0"; } ];
};
kiwi = {
email = "envy1988@gmail.com";
github = "Kiwi";
githubId = 35715;
name = "Robert Djubek";
keys = [ { fingerprint = "8992 44FC D291 5CA2 0A97 802C 156C 88A5 B0A0 4B2A"; } ];
};
kjeremy = {
email = "kjeremy@gmail.com";
name = "Jeremy Kolb";
Expand Down
6 changes: 3 additions & 3 deletions nixos/tests/matomo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ let
in {
matomo = matomoTest pkgs.matomo // {
name = "matomo";
meta.maintainers = with maintainers; [ florianjacob kiwi mmilata twey boozedog ];
meta.maintainers = with maintainers; [ florianjacob mmilata twey boozedog ];
};
matomo-beta = matomoTest pkgs.matomo-beta // {
name = "matomo-beta";
meta.maintainers = with maintainers; [ florianjacob kiwi mmilata twey boozedog ];
meta.maintainers = with maintainers; [ florianjacob mmilata twey boozedog ];
};
matomo_5 = matomoTest pkgs.matomo_5 // {
name = "matomo-5";
meta.maintainers = with maintainers; [ florianjacob kiwi mmilata twey boozedog ] ++ lib.teams.flyingcircus.members;
meta.maintainers = with maintainers; [ florianjacob mmilata twey boozedog ] ++ lib.teams.flyingcircus.members;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/librecad/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ mkDerivation rec {
description = "2D CAD package based on Qt";
homepage = "https://librecad.org";
license = licenses.gpl2Only;
maintainers = with maintainers; [ kiwi viric ];
maintainers = with maintainers; [ viric ];
platforms = platforms.linux;
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ buildPythonPackage {
description = "NixOps Digitalocean plugin";
homepage = "https://github.com/nix-community/nixops-digitalocean";
license = licenses.lgpl3Only;
maintainers = with maintainers; [ kiwi ];
maintainers = with maintainers; [ ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ let
license = licenses.gpl3Plus;
maintainers = with maintainers; [
arianvp
kiwi
toonn
];
platforms = platforms.darwin ++ [
Expand Down
6 changes: 3 additions & 3 deletions pkgs/applications/networking/znc/modules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ in
description = "ZNC clientaway module";
homepage = "https://github.com/kylef/znc-contrib";
license = licenses.gpl2;
maintainers = with maintainers; [ kiwi ];
maintainers = with maintainers; [ ];
};
};

Expand Down Expand Up @@ -117,7 +117,7 @@ in
description = "ZNC ignore module";
homepage = "https://github.com/kylef/znc-contrib";
license = licenses.gpl2;
maintainers = with maintainers; [ kiwi ];
maintainers = with maintainers; [ ];
};
};

Expand All @@ -137,7 +137,7 @@ in
description = "Palaver ZNC module";
homepage = "https://github.com/cocodelabs/znc-palaver";
license = licenses.mit;
maintainers = with maintainers; [ kiwi szlend ];
maintainers = with maintainers; [ szlend ];
};
};

Expand Down
1 change: 0 additions & 1 deletion pkgs/applications/office/scribus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ stdenv.mkDerivation (finalAttrs: {

meta = with lib; {
maintainers = with maintainers; [
kiwi
arthsmn
];
description = "Desktop Publishing (DTP) and Layout program";
Expand Down
4 changes: 1 addition & 3 deletions pkgs/applications/video/mlv-app/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ mkDerivation rec {
description = "All in one MLV processing app that is pretty great";
homepage = "https://mlv.app";
license = licenses.gpl3;
maintainers = with maintainers; [
kiwi
];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
mainProgram = "mlvapp";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/bi/bitwarden-desktop/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ in buildNpmPackage rec {
inherit description;
homepage = "https://bitwarden.com";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ amarshall kiwi ];
maintainers = with lib.maintainers; [ amarshall ];
platforms = [ "x86_64-linux" ];
mainProgram = "bitwarden";
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,15 +306,6 @@ package-maintainers:
- elm-export-persistent
# - pipes-mongodb
- streaming-wai
kiwi:
- config-schema
- config-value
- glirc
- irc-core
- matterhorn
- mattermost-api
- mattermost-api-qc
- Unique
libjared:
- sensei
malo:
Expand Down
8 changes: 0 additions & 8 deletions pkgs/development/haskell-modules/hackage-packages.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkgs/development/python-modules/hocr-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ buildPythonPackage rec {
Tools for manipulating and evaluating the hOCR format for representing multi-lingual OCR results by embedding them into HTML";
homepage = "https://github.com/tmbdev/hocr-tools";
license = licenses.asl20;
maintainers = [ maintainers.kiwi ];
maintainers = [ ];
};
}
1 change: 0 additions & 1 deletion pkgs/development/python-modules/ocrmypdf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ buildPythonPackage rec {
mit
];
maintainers = with maintainers; [
kiwi
dotlambda
];
changelog = "https://github.com/ocrmypdf/OCRmyPDF/blob/${src.rev}/docs/release_notes.rst";
Expand Down
5 changes: 1 addition & 4 deletions pkgs/development/python-modules/pikepdf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,7 @@ buildPythonPackage rec {
homepage = "https://github.com/pikepdf/pikepdf";
description = "Read and write PDFs with Python, powered by qpdf";
license = licenses.mpl20;
maintainers = with maintainers; [
kiwi
dotlambda
];
maintainers = with maintainers; [ dotlambda ];
changelog = "https://github.com/pikepdf/pikepdf/blob/${src.rev}/docs/releasenotes/version${lib.versions.major version}.rst";
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ buildPythonPackage rec {
homepage = "https://github.com/saltstack/pytest-helpers-namespace";
description = "PyTest Helpers Namespace";
license = licenses.asl20;
maintainers = [ maintainers.kiwi ];
maintainers = [ ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ buildPythonPackage rec {
homepage = "https://github.com/koalalorenzo/python-digitalocean";
changelog = "https://github.com/koalalorenzo/python-digitalocean/releases/tag/v${version}";
license = with licenses; [ lgpl3Only ];
maintainers = with maintainers; [
kiwi
teh
];
maintainers = with maintainers; [ teh ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ buildPythonPackage {
homepage = "https://github.com/python-xmp-toolkit/python-xmp-toolkit";
description = "Python XMP Toolkit for working with metadata";
license = licenses.bsd3;
maintainers = [ maintainers.kiwi ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/ruffus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ buildPythonPackage rec {
description = "Light-weight Python Computational Pipeline Management";
homepage = "http://www.ruffus.org.uk";
license = licenses.mit;
maintainers = [ maintainers.kiwi ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/servers/web-apps/matomo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ let
license = licenses.gpl3Plus;
homepage = "https://matomo.org/";
platforms = platforms.all;
maintainers = with maintainers; [ florianjacob kiwi sebbel twey boozedog ] ++ teams.flyingcircus.members;
maintainers = with maintainers; [ florianjacob sebbel twey boozedog ] ++ teams.flyingcircus.members;
};
};
in
Expand Down

0 comments on commit ed0af8c

Please sign in to comment.