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"; homepage = "https://github.com/pytest-dev/pytest";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
domenkozar
lovek323 lovek323
madjar madjar
lsix lsix

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -45,6 +45,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/valr/cbatticon"; homepage = "https://github.com/valr/cbatticon";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; 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"; description = "Tool to copy data from a damaged block device";
maintainers = with maintainers; [ maintainers = with maintainers; [
raskin raskin
domenkozar
]; ];
platforms = platforms.linux; platforms = platforms.linux;
homepage = "http://www.garloff.de/kurt/linux/ddrescue/"; homepage = "http://www.garloff.de/kurt/linux/ddrescue/";

View File

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

View File

@ -122,7 +122,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
mainProgram = "dunst"; mainProgram = "dunst";
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
domenkozar
gepbird gepbird
]; ];
# NOTE: 'unix' or even 'all' COULD work too, I'm not sure # 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"; homepage = "https://github.com/elm-land/elm-land";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
domenkozar
zupo zupo
]; ];
mainProgram = "elm-land"; mainProgram = "elm-land";

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "GTK frontend to 7z,zip,rar,tar,bzip2, gzip,arj, lha, rpm and deb (open and extract only)"; 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"; homepage = "https://github.com/ib/xarchiver";
maintainers = [ lib.maintainers.domenkozar ]; maintainers = [ ];
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
platforms = lib.platforms.all; platforms = lib.platforms.all;
mainProgram = "xarchiver"; 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"; description = "TV application for Linux with apps and tools such as a teletext browser";
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
homepage = "https://www.kraxel.org/blog/linux/xawtv/"; homepage = "https://www.kraxel.org/blog/linux/xawtv/";
maintainers = with lib.maintainers; [ domenkozar ]; maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };
} }

View File

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

View File

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

View File

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

View File

@ -33,6 +33,6 @@ buildPythonPackage rec {
homepage = "https://github.com/neithere/argh"; homepage = "https://github.com/neithere/argh";
description = "Unobtrusive argparse wrapper with natural syntax"; description = "Unobtrusive argparse wrapper with natural syntax";
license = licenses.lgpl3Plus; 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"; description = "Modern password hashing for your software and your servers";
homepage = "https://github.com/pyca/bcrypt/"; homepage = "https://github.com/pyca/bcrypt/";
license = licenses.asl20; 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"; description = "Modern password hashing for your software and your servers";
homepage = "https://github.com/pyca/bcrypt/"; homepage = "https://github.com/pyca/bcrypt/";
license = licenses.asl20; 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"; description = "Session and Caching library with WSGI Middleware";
homepage = "https://github.com/bbangert/beaker"; homepage = "https://github.com/bbangert/beaker";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ domenkozar ]; maintainers = with lib.maintainers; [ ];
knownVulnerabilities = [ "CVE-2013-7489" ]; knownVulnerabilities = [ "CVE-2013-7489" ];
}; };
} }

View File

@ -83,6 +83,6 @@ buildPythonPackage rec {
description = "HTML and XML parser"; description = "HTML and XML parser";
homepage = "http://crummy.com/software/BeautifulSoup/bs4/"; homepage = "http://crummy.com/software/BeautifulSoup/bs4/";
license = licenses.mit; 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"; description = "ACME client that can obtain certs and extensibly update server configurations";
platforms = platforms.unix; platforms = platforms.unix;
mainProgram = "certbot"; mainProgram = "certbot";
maintainers = with maintainers; [ domenkozar ]; maintainers = with maintainers; [ ];
license = with licenses; [ asl20 ]; license = with licenses; [ asl20 ];
}; };
} }

View File

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

View File

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

View File

@ -29,6 +29,6 @@ buildPythonPackage rec {
homepage = "https://github.com/kennethreitz/clint"; homepage = "https://github.com/kennethreitz/clint";
description = "Python Command Line Interface Tools"; description = "Python Command Line Interface Tools";
license = licenses.isc; 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"; description = "Simple schema-based serialization and deserialization library";
homepage = "https://github.com/Pylons/colander"; homepage = "https://github.com/Pylons/colander";
license = licenses.free; # http://repoze.org/LICENSE.txt 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.bsd3
lib.licenses.cc-by-30 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"; homepage = "https://github.com/kurtmckee/feedparser";
changelog = "https://feedparser.readthedocs.io/en/latest/changelog.html"; changelog = "https://feedparser.readthedocs.io/en/latest/changelog.html";
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ domenkozar ]; maintainers = with maintainers; [ ];
}; };
} }

View File

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

View File

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

View File

@ -67,6 +67,6 @@ buildPythonPackage rec {
changelog = "https://docs.makotemplates.org/en/latest/changelog.html"; changelog = "https://docs.makotemplates.org/en/latest/changelog.html";
license = licenses.mit; license = licenses.mit;
platforms = platforms.unix; 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"; description = "Implements a XML/HTML/XHTML Markup safe string";
homepage = "https://palletsprojects.com/p/markupsafe/"; homepage = "https://palletsprojects.com/p/markupsafe/";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ domenkozar ]; maintainers = with maintainers; [ ];
}; };
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -45,6 +45,6 @@ buildPythonPackage rec {
description = "Collection of utilities and processors for the Python Imaging Library"; description = "Collection of utilities and processors for the Python Imaging Library";
homepage = "https://github.com/matthewwithanm/pilkit/"; homepage = "https://github.com/matthewwithanm/pilkit/";
license = licenses.bsd3; 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"; homepage = "https://pypi.python.org/pypi/progressbar";
description = "Text progressbar library for python"; description = "Text progressbar library for python";
license = licenses.lgpl3Plus; license = licenses.lgpl3Plus;
maintainers = with maintainers; [ domenkozar ]; maintainers = with maintainers; [ ];
}; };
} }

View File

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

View File

@ -26,6 +26,6 @@ buildPythonPackage rec {
homepage = "https://github.com/ericflo/pynzb"; homepage = "https://github.com/ericflo/pynzb";
description = "Unified API for parsing NZB files"; description = "Unified API for parsing NZB files";
license = licenses.bsd3; 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/"; homepage = "https://docs.pylonsproject.org/projects/pyramid_beaker/en/latest/";
# idk, see https://github.com/Pylons/pyramid_beaker/blob/master/LICENSE.txt # idk, see https://github.com/Pylons/pyramid_beaker/blob/master/LICENSE.txt
# license = licenses.mpl20; # license = licenses.mpl20;
maintainers = with maintainers; [ domenkozar ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -47,6 +47,6 @@ buildPythonPackage rec {
description = "Chameleon template compiler for pyramid"; description = "Chameleon template compiler for pyramid";
homepage = "https://github.com/Pylons/pyramid_chameleon"; homepage = "https://github.com/Pylons/pyramid_chameleon";
license = licenses.bsd0; 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"; description = "Package which logs to a Python logger when an exception is raised by a Pyramid application";
homepage = "https://docs.pylonsproject.org/"; homepage = "https://docs.pylonsproject.org/";
license = licenses.bsd0; 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"; description = "Jinja2 template bindings for the Pyramid web framework";
homepage = "https://github.com/Pylons/pyramid_jinja2"; homepage = "https://github.com/Pylons/pyramid_jinja2";
license = licenses.bsd0; license = licenses.bsd0;
maintainers = with maintainers; [ domenkozar ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -69,6 +69,6 @@ buildPythonPackage rec {
homepage = "https://trypyramid.com/"; homepage = "https://trypyramid.com/";
changelog = "https://github.com/Pylons/pyramid/blob/${version}/CHANGES.rst"; changelog = "https://github.com/Pylons/pyramid/blob/${version}/CHANGES.rst";
license = licenses.bsd0; 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"; homepage = "http://www.dalkescientific.om/Python/PyRSS2Gen.html";
description = "Library for generating RSS 2.0 feeds"; description = "Library for generating RSS 2.0 feeds";
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ domenkozar ]; maintainers = with maintainers; [ ];
}; };
} }

View File

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

View File

@ -26,6 +26,6 @@ buildPythonPackage rec {
homepage = "http://freedesktop.org/wiki/Software/pyxdg"; homepage = "http://freedesktop.org/wiki/Software/pyxdg";
description = "Contains implementations of freedesktop.org standards"; description = "Contains implementations of freedesktop.org standards";
license = licenses.lgpl2; 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"; description = "RBTools is a set of command line tools for working with Review Board and RBCommons";
mainProgram = "rbt"; mainProgram = "rbt";
license = lib.licenses.mit; 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/"; homepage = "http://www.repoze.org/";
changelog = "https://github.com/repoze/repoze.lru/blob/${version}/CHANGES.rst"; changelog = "https://github.com/repoze/repoze.lru/blob/${version}/CHANGES.rst";
license = licenses.bsd0; 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"; description = "Auto-generate Sphinx API docs from Zope interfaces";
changelog = "https://github.com/repoze/repoze.sphinx.autointerface/blob/${version}/CHANGES.rst"; changelog = "https://github.com/repoze/repoze.sphinx.autointerface/blob/${version}/CHANGES.rst";
license = licenses.bsd0; license = licenses.bsd0;
maintainers = with maintainers; [ domenkozar ]; maintainers = with maintainers; [ ];
# https://github.com/repoze/repoze.sphinx.autointerface/issues/21 # https://github.com/repoze/repoze.sphinx.autointerface/issues/21
broken = versionAtLeast sphinx.version "7.2"; broken = versionAtLeast sphinx.version "7.2";
}; };

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -41,6 +41,6 @@ buildPythonPackage rec {
description = "Waitress WSGI server"; description = "Waitress WSGI server";
mainProgram = "waitress-serve"; mainProgram = "waitress-serve";
license = licenses.zpl21; 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"; description = "HTTP proxying tools for WSGI apps";
homepage = "https://wsgiproxy2.readthedocs.io/"; homepage = "https://wsgiproxy2.readthedocs.io/";
license = licenses.mit; 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"; homepage = "https://github.com/zopefoundation/zope.copy";
changelog = "https://github.com/zopefoundation/zope.copy/blob/${src.tag}/CHANGES.rst"; changelog = "https://github.com/zopefoundation/zope.copy/blob/${src.tag}/CHANGES.rst";
license = lib.licenses.zpl21; 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"; description = "Zope Deprecation Infrastructure";
changelog = "https://github.com/zopefoundation/zope.deprecation/blob/${version}/CHANGES.rst"; changelog = "https://github.com/zopefoundation/zope.deprecation/blob/${version}/CHANGES.rst";
license = lib.licenses.zpl21; 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"; description = "Implements a XML/HTML/XHTML Markup safe string";
homepage = "http://dev.pocoo.org"; homepage = "http://dev.pocoo.org";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ domenkozar ]; maintainers = with maintainers; [ ];
}; };
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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