mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
maintainers: remove one year inactive maintainer kiwi
This commit is contained in:
parent
3ed0e6824c
commit
743d9f835d
@ -10594,13 +10594,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";
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -60,7 +60,6 @@ let
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [
|
||||
arianvp
|
||||
kiwi
|
||||
toonn
|
||||
];
|
||||
platforms = platforms.darwin ++ [
|
||||
|
@ -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; [ ];
|
||||
};
|
||||
};
|
||||
|
||||
@ -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; [ ];
|
||||
};
|
||||
};
|
||||
|
||||
@ -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 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -70,7 +70,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
meta = with lib; {
|
||||
maintainers = with maintainers; [
|
||||
kiwi
|
||||
arthsmn
|
||||
];
|
||||
description = "Desktop Publishing (DTP) and Layout program";
|
||||
|
@ -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";
|
||||
};
|
||||
|
@ -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";
|
||||
};
|
||||
|
@ -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:
|
||||
|
@ -21834,7 +21834,6 @@ self: {
|
||||
];
|
||||
description = "It provides the functionality like unix \"uniq\" utility";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.kiwi ];
|
||||
}) {};
|
||||
|
||||
"Unixutils" = callPackage
|
||||
@ -73682,7 +73681,6 @@ self: {
|
||||
testHaskellDepends = [ base config-value text ];
|
||||
description = "Schema definitions for the config-value package";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = [ lib.maintainers.kiwi ];
|
||||
}) {};
|
||||
|
||||
"config-select" = callPackage
|
||||
@ -73716,7 +73714,6 @@ self: {
|
||||
testHaskellDepends = [ base text ];
|
||||
description = "Simple, layout-based value language similar to YAML or JSON";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.kiwi ];
|
||||
}) {};
|
||||
|
||||
"config-value-getopt" = callPackage
|
||||
@ -125275,7 +125272,6 @@ self: {
|
||||
license = lib.licenses.isc;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "glirc";
|
||||
maintainers = [ lib.maintainers.kiwi ];
|
||||
}) {};
|
||||
|
||||
"gll" = callPackage
|
||||
@ -175544,7 +175540,6 @@ self: {
|
||||
description = "IRC core library for glirc";
|
||||
license = lib.licenses.isc;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.kiwi ];
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
@ -201019,7 +201014,6 @@ self: {
|
||||
description = "Terminal client for the Mattermost chat system";
|
||||
license = lib.licenses.bsd3;
|
||||
mainProgram = "matterhorn";
|
||||
maintainers = [ lib.maintainers.kiwi ];
|
||||
}) {};
|
||||
|
||||
"mattermost-api" = callPackage
|
||||
@ -201048,7 +201042,6 @@ self: {
|
||||
];
|
||||
description = "Client API for Mattermost chat system";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.kiwi ];
|
||||
}) {};
|
||||
|
||||
"mattermost-api-qc" = callPackage
|
||||
@ -201064,7 +201057,6 @@ self: {
|
||||
];
|
||||
description = "QuickCheck instances for the Mattermost client API library";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = [ lib.maintainers.kiwi ];
|
||||
}) {};
|
||||
|
||||
"maude" = callPackage
|
||||
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user