various: remove domenkozar from maintainers (#415576)

This commit is contained in:
Domen Kožar 2025-06-11 12:14:54 +02:00 committed by GitHub
parent 656228443c
commit 19b476ebef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
88 changed files with 59 additions and 88 deletions

View File

@ -136,7 +136,6 @@ buildPythonPackage rec {
homepage = "https://github.com/pytest-dev/pytest";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
domenkozar
lovek323
madjar
lsix

View File

@ -39,7 +39,6 @@ in
name = "bittorrent";
meta = with pkgs.lib.maintainers; {
maintainers = [
domenkozar
rob
bobvanderlinden
];

View File

@ -10,7 +10,6 @@
meta = with pkgs.lib.maintainers; {
maintainers = [
bjornfor
domenkozar
];
};

View File

@ -5,7 +5,7 @@
{
name = "munin";
meta = with pkgs.lib.maintainers; {
maintainers = [ domenkozar ];
maintainers = [ ];
};
nodes = {

View File

@ -14,7 +14,6 @@ in
name = "printing";
meta = with lib.maintainers; {
maintainers = [
domenkozar
matthewbauer
];
};

View File

@ -31,7 +31,7 @@ let
in
{
name = "quake3";
meta.maintainers = with lib.maintainers; [ domenkozar ];
meta.maintainers = with lib.maintainers; [ ];
node.pkgsReadOnly = false;

View File

@ -108,7 +108,6 @@ let
homepage = "https://deluge-torrent.org";
license = licenses.gpl3Plus;
maintainers = with maintainers; [
domenkozar
ebzzry
];
platforms = platforms.all;

View File

@ -58,7 +58,6 @@ stdenv.mkDerivation rec {
homepage = "https://i3wm.org/i3lock/";
maintainers = with maintainers; [
malyn
domenkozar
];
mainProgram = "i3lock";
license = licenses.bsd3;

View File

@ -57,7 +57,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
platforms = platforms.all;
maintainers = with maintainers; [
domenkozar
yurrriq
];
};

View File

@ -45,6 +45,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/valr/cbatticon";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = [ maintainers.domenkozar ];
maintainers = [ ];
};
}

View File

@ -39,7 +39,6 @@ stdenv.mkDerivation rec {
description = "Tool to copy data from a damaged block device";
maintainers = with maintainers; [
raskin
domenkozar
];
platforms = platforms.linux;
homepage = "http://www.garloff.de/kurt/linux/ddrescue/";

View File

@ -51,7 +51,6 @@ stdenv.mkDerivation rec {
platforms = platforms.all;
maintainers = with maintainers; [
domenkozar
fpletz
];
};

View File

@ -122,7 +122,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.bsd3;
mainProgram = "dunst";
maintainers = with lib.maintainers; [
domenkozar
gepbird
];
# NOTE: 'unix' or even 'all' COULD work too, I'm not sure

View File

@ -63,7 +63,6 @@ buildNpmPackage rec {
homepage = "https://github.com/elm-land/elm-land";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [
domenkozar
zupo
];
mainProgram = "elm-land";

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation {
homepage = "https://extundelete.sourceforge.net/";
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = [ maintainers.domenkozar ];
maintainers = [ ];
mainProgram = "extundelete";
};
}

View File

@ -95,7 +95,6 @@ stdenv.mkDerivation rec {
description = "GNOME GUI client to view git repositories";
mainProgram = "gitg";
maintainers = with lib.maintainers; [
domenkozar
Luflosi
];
license = lib.licenses.gpl2Plus;

View File

@ -188,7 +188,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.gpl2Plus;
maintainers = with maintainers; [
domenkozar
rski
nevivurn
];

View File

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/jirka-h/haveged";
changelog = "https://raw.githubusercontent.com/jirka-h/haveged/v${version}/ChangeLog";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ domenkozar ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.unix;
badPlatforms = lib.platforms.darwin; # fails to build since v1.9.15
};

View File

@ -36,7 +36,7 @@ python3Packages.buildPythonApplication rec {
'';
homepage = "https://github.com/carlesso/i3minator";
license = lib.licenses.wtfpl;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
platforms = lib.platforms.linux;
};

View File

@ -68,7 +68,7 @@ python3Packages.buildPythonApplication {
homepage = "https://github.com/niknah/kazam";
license = licenses.lgpl3;
platforms = platforms.linux;
maintainers = [ maintainers.domenkozar ];
maintainers = [ ];
mainProgram = "kazam";
};
}

View File

@ -51,7 +51,7 @@ stdenv.mkDerivation {
description = "";
mainProgram = "pa-applet";
license = licenses.bsd2;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}

View File

@ -38,7 +38,7 @@ python3.pkgs.buildPythonApplication rec {
description = "Yet another tray pulseaudio frontend";
homepage = "https://github.com/pohmelie/patray";
license = licenses.mit;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
mainProgram = "patray";
};
}

View File

@ -107,7 +107,7 @@ stdenv.mkDerivation rec {
description = "Next-generation RTS that takes the genre to a planetary scale";
license = lib.licenses.unfree;
platforms = platforms.linux;
maintainers = [ maintainers.domenkozar ];
maintainers = [ ];
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
};
}

View File

@ -47,7 +47,6 @@ stdenv.mkDerivation rec {
license = licenses.unfreeRedistributable;
platforms = platforms.linux;
maintainers = with maintainers; [
domenkozar
thoughtpolice
cwoac
];

View File

@ -58,7 +58,6 @@ python3.pkgs.buildPythonApplication rec {
homepage = "http://sigal.saimon.org/";
license = licenses.mit;
maintainers = with maintainers; [
domenkozar
matthiasbeyer
];
};

View File

@ -73,7 +73,6 @@ python3Packages.buildPythonApplication rec {
changelog = "https://github.com/sshuttle/sshuttle/blob/${src.tag}/CHANGES.rst";
license = lib.licenses.lgpl21Plus;
maintainers = with lib.maintainers; [
domenkozar
carlosdagos
];
};

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://sslmate.com";
maintainers = [ maintainers.domenkozar ];
maintainers = [ ];
description = "Easy to buy, deploy, and manage your SSL certs";
mainProgram = "sslmate";
platforms = platforms.unix;

View File

@ -59,7 +59,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl3Plus;
homepage = "https://github.com/vmatare/thinkfan";
maintainers = with lib.maintainers; [
domenkozar
rnhmjoj
];
platforms = lib.platforms.linux;

View File

@ -81,7 +81,6 @@ stdenv.mkDerivation rec {
description = "Text-mode interface for git";
maintainers = with maintainers; [
bjornfor
domenkozar
qknight
globin
ma27

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
unclutter -idle 1 &
'';
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
license = lib.licenses.publicDomain;
mainProgram = "unclutter";

View File

@ -33,7 +33,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.publicDomain;
maintainers = with lib.maintainers; [
qknight
domenkozar
];
platforms = lib.platforms.all;
};

View File

@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
meta = {
description = "GTK frontend to 7z,zip,rar,tar,bzip2, gzip,arj, lha, rpm and deb (open and extract only)";
homepage = "https://github.com/ib/xarchiver";
maintainers = [ lib.maintainers.domenkozar ];
maintainers = [ ];
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.all;
mainProgram = "xarchiver";

View File

@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
description = "TV application for Linux with apps and tools such as a teletext browser";
license = lib.licenses.gpl2;
homepage = "https://www.kraxel.org/blog/linux/xawtv/";
maintainers = with lib.maintainers; [ domenkozar ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux;
};
}

View File

@ -56,7 +56,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
homepage = "https://gitlab.gnome.org/GNOME/yelp-tools";
description = "Small programs that help you create, edit, manage, and publish your Mallard or DocBook documentation";
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
teams = [ teams.gnome ];
license = licenses.gpl2Plus;
platforms = platforms.unix;

View File

@ -31,7 +31,6 @@ pkgs.haskell.packages.ghc96.override {
homepage = "https://elm-lang.org/";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [
domenkozar
turbomack
];
}) (self.callPackage ./elm { });

View File

@ -530,7 +530,6 @@ stdenv.mkDerivation {
platforms = builtins.attrNames ghcBinDists.${distSetName};
maintainers = with lib.maintainers; [
prusnak
domenkozar
];
teams = [ lib.teams.haskell ];
};

View File

@ -33,6 +33,6 @@ buildPythonPackage rec {
homepage = "https://github.com/neithere/argh";
description = "Unobtrusive argparse wrapper with natural syntax";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -38,6 +38,6 @@ buildPythonPackage rec {
description = "Modern password hashing for your software and your servers";
homepage = "https://github.com/pyca/bcrypt/";
license = licenses.asl20;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -71,6 +71,6 @@ buildPythonPackage rec {
description = "Modern password hashing for your software and your servers";
homepage = "https://github.com/pyca/bcrypt/";
license = licenses.asl20;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -67,7 +67,7 @@ buildPythonPackage rec {
description = "Session and Caching library with WSGI Middleware";
homepage = "https://github.com/bbangert/beaker";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ domenkozar ];
maintainers = with lib.maintainers; [ ];
knownVulnerabilities = [ "CVE-2013-7489" ];
};
}

View File

@ -83,6 +83,6 @@ buildPythonPackage rec {
description = "HTML and XML parser";
homepage = "http://crummy.com/software/BeautifulSoup/bs4/";
license = licenses.mit;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -89,7 +89,7 @@ buildPythonPackage rec {
description = "ACME client that can obtain certs and extensibly update server configurations";
platforms = platforms.unix;
mainProgram = "certbot";
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
license = with licenses; [ asl20 ];
};
}

View File

@ -34,6 +34,6 @@ buildPythonPackage rec {
downloadPage = "https://github.com/malthe/chameleon";
homepage = "https://chameleon.readthedocs.io";
license = licenses.bsd0;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -39,6 +39,6 @@ buildPythonPackage rec {
mainProgram = "chardetect";
homepage = "https://github.com/chardet/chardet";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -29,6 +29,6 @@ buildPythonPackage rec {
homepage = "https://github.com/kennethreitz/clint";
description = "Python Command Line Interface Tools";
license = licenses.isc;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -37,6 +37,6 @@ buildPythonPackage rec {
description = "Simple schema-based serialization and deserialization library";
homepage = "https://github.com/Pylons/colander";
license = licenses.free; # http://repoze.org/LICENSE.txt
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -53,6 +53,6 @@ buildPythonPackage rec {
lib.licenses.bsd3
lib.licenses.cc-by-30
];
maintainers = with lib.maintainers; [ domenkozar ];
maintainers = with lib.maintainers; [ ];
};
}

View File

@ -40,6 +40,6 @@ buildPythonPackage rec {
homepage = "https://github.com/kurtmckee/feedparser";
changelog = "https://feedparser.readthedocs.io/en/latest/changelog.html";
license = licenses.bsd2;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -53,7 +53,6 @@ buildPythonPackage rec {
'';
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
domenkozar
prikhi
];
};

View File

@ -96,7 +96,7 @@ buildPythonPackage rec {
homepage = "https://github.com/python-jsonschema/jsonschema";
changelog = "https://github.com/python-jsonschema/jsonschema/blob/v${version}/CHANGELOG.rst";
license = licenses.mit;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
mainProgram = "jsonschema";
};
}

View File

@ -67,6 +67,6 @@ buildPythonPackage rec {
changelog = "https://docs.makotemplates.org/en/latest/changelog.html";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -53,6 +53,6 @@ buildPythonPackage rec {
description = "Implements a XML/HTML/XHTML Markup safe string";
homepage = "https://palletsprojects.com/p/markupsafe/";
license = licenses.bsd3;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -34,6 +34,6 @@ buildPythonPackage rec {
homepage = "http://bmc.github.com/munkres/";
description = "Munkres algorithm for the Assignment Problem";
license = licenses.bsd3;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -28,6 +28,6 @@ buildPythonPackage rec {
homepage = "https://python-musicbrainzngs.readthedocs.org/";
description = "Python bindings for musicbrainz NGS webservice";
license = licenses.bsd2;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -18,6 +18,6 @@ buildPythonPackage rec {
doCheck = false;
meta = with lib; {
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -17,7 +17,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library for converting a token stream into a data structure for use in web form posts";
homepage = "https://docs.pylonsproject.org/projects/peppercorn/en/latest/";
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View File

@ -44,7 +44,7 @@ buildPythonPackage rec {
homepage = "https://github.com/tlocke/pg8000";
changelog = "https://github.com/tlocke/pg8000#release-notes";
license = with licenses; [ bsd3 ];
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}

View File

@ -45,6 +45,6 @@ buildPythonPackage rec {
description = "Collection of utilities and processors for the Python Imaging Library";
homepage = "https://github.com/matthewwithanm/pilkit/";
license = licenses.bsd3;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -21,6 +21,6 @@ buildPythonPackage rec {
homepage = "https://pypi.python.org/pypi/progressbar";
description = "Text progressbar library for python";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -31,6 +31,6 @@ buildPythonPackage rec {
description = "C parser in Python";
homepage = "https://github.com/eliben/pycparser";
license = licenses.bsd3;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -26,6 +26,6 @@ buildPythonPackage rec {
homepage = "https://github.com/ericflo/pynzb";
description = "Unified API for parsing NZB files";
license = licenses.bsd3;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -35,6 +35,6 @@ buildPythonPackage rec {
homepage = "https://docs.pylonsproject.org/projects/pyramid_beaker/en/latest/";
# idk, see https://github.com/Pylons/pyramid_beaker/blob/master/LICENSE.txt
# license = licenses.mpl20;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -47,6 +47,6 @@ buildPythonPackage rec {
description = "Chameleon template compiler for pyramid";
homepage = "https://github.com/Pylons/pyramid_chameleon";
license = licenses.bsd0;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -24,6 +24,6 @@ buildPythonPackage rec {
description = "Package which logs to a Python logger when an exception is raised by a Pyramid application";
homepage = "https://docs.pylonsproject.org/";
license = licenses.bsd0;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -54,6 +54,6 @@ buildPythonPackage rec {
description = "Jinja2 template bindings for the Pyramid web framework";
homepage = "https://github.com/Pylons/pyramid_jinja2";
license = licenses.bsd0;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -69,6 +69,6 @@ buildPythonPackage rec {
homepage = "https://trypyramid.com/";
changelog = "https://github.com/Pylons/pyramid/blob/${version}/CHANGES.rst";
license = licenses.bsd0;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -22,6 +22,6 @@ buildPythonPackage rec {
homepage = "http://www.dalkescientific.om/Python/PyRSS2Gen.html";
description = "Library for generating RSS 2.0 feeds";
license = licenses.bsd2;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -108,7 +108,6 @@ let
homepage = "https://docs.pytest.org";
changelog = "https://github.com/pytest-dev/pytest/releases/tag/${version}";
maintainers = with maintainers; [
domenkozar
lovek323
madjar
lsix

View File

@ -26,6 +26,6 @@ buildPythonPackage rec {
homepage = "http://freedesktop.org/wiki/Software/pyxdg";
description = "Contains implementations of freedesktop.org standards";
license = licenses.lgpl2;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -82,6 +82,6 @@ buildPythonPackage rec {
description = "RBTools is a set of command line tools for working with Review Board and RBCommons";
mainProgram = "rbt";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ domenkozar ];
maintainers = with lib.maintainers; [ ];
};
}

View File

@ -38,6 +38,6 @@ buildPythonPackage rec {
homepage = "http://www.repoze.org/";
changelog = "https://github.com/repoze/repoze.lru/blob/${version}/CHANGES.rst";
license = licenses.bsd0;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -47,7 +47,7 @@ buildPythonPackage rec {
description = "Auto-generate Sphinx API docs from Zope interfaces";
changelog = "https://github.com/repoze/repoze.sphinx.autointerface/blob/${version}/CHANGES.rst";
license = licenses.bsd0;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
# https://github.com/repoze/repoze.sphinx.autointerface/issues/21
broken = versionAtLeast sphinx.version "7.2";
};

View File

@ -25,7 +25,6 @@ buildPythonPackage rec {
license = licenses.asl20;
maintainers = with maintainers; [
makefu
domenkozar
];
};
}

View File

@ -29,7 +29,7 @@ buildPythonPackage rec {
pytestFlagsArray = [ "statsd/tests.py" ];
meta = with lib; {
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
description = "Simple statsd client";
license = licenses.mit;
homepage = "https://github.com/jsocol/pystatsd";

View File

@ -18,6 +18,6 @@ buildPythonPackage rec {
homepage = "https://pylonsproject.org/";
description = "Utility library for i18n relied on by various Repoze and Pyramid packages";
license = licenses.bsd0;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -33,6 +33,6 @@ buildPythonPackage rec {
homepage = "https://github.com/avian2/unidecode";
changelog = "https://github.com/avian2/unidecode/blob/unidecode-${version}/ChangeLog";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -35,6 +35,6 @@ buildPythonPackage rec {
description = "Library for deferring decorator actions";
homepage = "https://pylonsproject.org/";
license = licenses.bsd0;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -41,6 +41,6 @@ buildPythonPackage rec {
description = "Waitress WSGI server";
mainProgram = "waitress-serve";
license = licenses.zpl21;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -31,6 +31,6 @@ buildPythonPackage rec {
description = "HTTP proxying tools for WSGI apps";
homepage = "https://wsgiproxy2.readthedocs.io/";
license = licenses.mit;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -54,6 +54,6 @@ buildPythonPackage rec {
homepage = "https://github.com/zopefoundation/zope.copy";
changelog = "https://github.com/zopefoundation/zope.copy/blob/${src.tag}/CHANGES.rst";
license = lib.licenses.zpl21;
maintainers = with lib.maintainers; [ domenkozar ];
maintainers = with lib.maintainers; [ ];
};
}

View File

@ -38,6 +38,6 @@ buildPythonPackage rec {
description = "Zope Deprecation Infrastructure";
changelog = "https://github.com/zopefoundation/zope.deprecation/blob/${version}/CHANGES.rst";
license = lib.licenses.zpl21;
maintainers = with lib.maintainers; [ domenkozar ];
maintainers = with lib.maintainers; [ ];
};
}

View File

@ -17,7 +17,7 @@ buildPythonPackage rec {
description = "Implements a XML/HTML/XHTML Markup safe string";
homepage = "http://dev.pocoo.org";
license = licenses.bsd3;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

View File

@ -95,7 +95,6 @@ buildPythonPackage rec {
homepage = "https://docs.pytest.org";
description = "Framework for writing tests";
maintainers = with maintainers; [
domenkozar
lovek323
madjar
lsix

View File

@ -98,7 +98,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
maintainers = with maintainers; [
qknight
domenkozar
sorki
];
platforms = [ "x86_64-linux" ];

View File

@ -74,7 +74,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
maintainers = with maintainers; [
qknight
domenkozar
];
platforms = [
"i686-linux"

View File

@ -135,7 +135,6 @@ buildGoModule rec {
license = licenses.bsd3;
maintainers = with maintainers; [
thoughtpolice
domenkozar
];
};
}

View File

@ -7,7 +7,7 @@ datadog-agent.overrideAttrs (attrs: {
// {
description = "Live process collector for the DataDog Agent v7";
mainProgram = "process-agent";
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
subPackages = [ "cmd/process-agent" ];
postInstall = null;

View File

@ -235,7 +235,6 @@ stdenv.mkDerivation (finalAttrs: {
license = licenses.gpl2Plus;
changelog = "https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/raw/${version}/NEWS";
maintainers = with maintainers; [
domenkozar
obadz
];
teams = [ teams.freedesktop ];