Remove myself from maintainers

Done with `sed -i -E '/^\s+(maintainers\.)?jtojnar\s*$/d;s/ (@|maintainers\.|)jtojnar//g' (rg ' jtojnar|maintainers\.jtojnar|^\s+jtojnar\s*$' -l -g '!maintainers/maintainer-list.nix')`.
(Always check the `rg` result beforehand to avoid corruption.)
This commit is contained in:
Jan Tojnar 2022-11-22 19:38:09 +01:00
parent dfdea0f6f2
commit 2c15177372
94 changed files with 90 additions and 95 deletions

View file

@ -250,7 +250,7 @@ with lib.maintainers; {
}; };
freedesktop = { freedesktop = {
members = [ jtojnar ]; members = [ ];
scope = "Maintain Freedesktop.org packages for graphical desktop."; scope = "Maintain Freedesktop.org packages for graphical desktop.";
shortName = "freedesktop.org packaging"; shortName = "freedesktop.org packaging";
}; };
@ -281,7 +281,6 @@ with lib.maintainers; {
members = [ members = [
bobby285271 bobby285271
hedning hedning
jtojnar
dasj19 dasj19
maxeaubrey maxeaubrey
]; ];

View file

@ -3,7 +3,6 @@ import ./make-test-python.nix ({ lib, ... }:
name = "fontconfig-default-fonts"; name = "fontconfig-default-fonts";
meta.maintainers = with lib.maintainers; [ meta.maintainers = with lib.maintainers; [
jtojnar
]; ];
nodes.machine = { config, pkgs, ... }: { nodes.machine = { config, pkgs, ... }: {

View file

@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
description = "Checks whether the contrast between two colors meet the WCAG requirements"; description = "Checks whether the contrast between two colors meet the WCAG requirements";
homepage = "https://gitlab.gnome.org/World/design/contrast"; homepage = "https://gitlab.gnome.org/World/design/contrast";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "Plug-in that adds GTK 3 header bar to the DeaDBeeF music player"; description = "Plug-in that adds GTK 3 header bar to the DeaDBeeF music player";
homepage = "https://github.com/saivert/ddb_misc_headerbar_GTK3"; homepage = "https://github.com/saivert/ddb_misc_headerbar_GTK3";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = [ maintainers.jtojnar ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation {
description = "Plugin for DeaDBeeF audio player that fetches and shows the songs lyrics"; description = "Plugin for DeaDBeeF audio player that fetches and shows the songs lyrics";
homepage = "https://github.com/C0rn3j/deadbeef-lyricbar"; homepage = "https://github.com/C0rn3j/deadbeef-lyricbar";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.jtojnar ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
description = "Audio effects for PipeWire applications."; description = "Audio effects for PipeWire applications.";
homepage = "https://github.com/wwmm/easyeffects"; homepage = "https://github.com/wwmm/easyeffects";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
badPlatforms = [ "aarch64-linux" ]; badPlatforms = [ "aarch64-linux" ];
}; };

View file

@ -81,7 +81,7 @@ stdenv.mkDerivation rec {
description = "Standalone lyrics fetcher/displayer"; description = "Standalone lyrics fetcher/displayer";
homepage = "https://github.com/osdlyrics/osdlyrics"; homepage = "https://github.com/osdlyrics/osdlyrics";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = "https://wiki.gnome.org/Apps/DejaDup"; homepage = "https://wiki.gnome.org/Apps/DejaDup";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -130,7 +130,7 @@ in stdenv.mkDerivation (rec {
meta = with lib; { meta = with lib; {
description = "Sophisticated text editor for code, markup and prose"; description = "Sophisticated text editor for code, markup and prose";
homepage = "https://www.sublimetext.com/"; homepage = "https://www.sublimetext.com/";
maintainers = with maintainers; [ jtojnar wmertens demin-dmitriy zimbatm ]; maintainers = with maintainers; [ wmertens demin-dmitriy zimbatm ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree; license = licenses.unfree;
platforms = [ "x86_64-linux" "i686-linux" ]; platforms = [ "x86_64-linux" "i686-linux" ];

View file

@ -152,7 +152,7 @@ in stdenv.mkDerivation (rec {
meta = with lib; { meta = with lib; {
description = "Sophisticated text editor for code, markup and prose"; description = "Sophisticated text editor for code, markup and prose";
homepage = "https://www.sublimetext.com/"; homepage = "https://www.sublimetext.com/";
maintainers = with maintainers; [ jtojnar wmertens demin-dmitriy zimbatm ]; maintainers = with maintainers; [ wmertens demin-dmitriy zimbatm ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree; license = licenses.unfree;
platforms = [ "aarch64-linux" "x86_64-linux" ]; platforms = [ "aarch64-linux" "x86_64-linux" ];

View file

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
description = "A simple color chooser written in GTK3"; description = "A simple color chooser written in GTK3";
homepage = "https://gitlab.gnome.org/World/gcolor3"; homepage = "https://gitlab.gnome.org/World/gcolor3";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -181,7 +181,7 @@ in stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "The GNU Image Manipulation Program"; description = "The GNU Image Manipulation Program";
homepage = "https://www.gimp.org/"; homepage = "https://www.gimp.org/";
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.unix; platforms = platforms.unix;
mainProgram = "gimp"; mainProgram = "gimp";

View file

@ -162,7 +162,7 @@ stdenv.mkDerivation rec {
description = "Vector graphics editor"; description = "Vector graphics editor";
homepage = "https://www.inkscape.org"; homepage = "https://www.inkscape.org";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = [ maintainers.jtojnar ]; maintainers = [ ];
platforms = platforms.all; platforms = platforms.all;
longDescription = '' longDescription = ''
Inkscape is a feature-rich vector graphics editor that edits Inkscape is a feature-rich vector graphics editor that edits

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation {
description = "Inkscape extension which removes all matrix transforms by applying them recursively to shapes"; description = "Inkscape extension which removes all matrix transforms by applying them recursively to shapes";
homepage = "https://github.com/Klowner/inkscape-applytransforms"; homepage = "https://github.com/Klowner/inkscape-applytransforms";
license = licenses.gpl2Only; license = licenses.gpl2Only;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

@ -107,6 +107,6 @@ in buildPythonApplication rec {
homepage = "http://mypaint.org/"; homepage = "http://mypaint.org/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ goibhniu jtojnar ]; maintainers = with maintainers; [ goibhniu ];
}; };
} }

View file

@ -72,6 +72,6 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://meld.app/"; homepage = "https://meld.app/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ jtojnar mimame ]; maintainers = with maintainers; [ mimame ];
}; };
} }

View file

@ -90,7 +90,6 @@ stdenv.mkDerivation rec {
homepage = "https://input.djr.com/"; homepage = "https://input.djr.com/";
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ maintainers = with maintainers; [
jtojnar
romildo romildo
]; ];
platforms = platforms.all; platforms = platforms.all;

View file

@ -98,6 +98,6 @@ stdenv.mkDerivation rec {
appendixUrl = appendix.url; appendixUrl = appendix.url;
free = false; free = false;
}; };
maintainers = with maintainers; [ toonn jtojnar ]; maintainers = with maintainers; [ toonn ];
}; };
} }

View file

@ -112,6 +112,6 @@ stdenv.mkDerivation rec {
# In Fedora twitter-twemoji-fonts source # In Fedora twitter-twemoji-fonts source
## spec files are MIT: https://fedoraproject.org/wiki/Licensing:Main#License_of_Fedora_SPEC_Files ## spec files are MIT: https://fedoraproject.org/wiki/Licensing:Main#License_of_Fedora_SPEC_Files
license = with licenses; [ asl20 ofl cc-by-40 mit ]; license = with licenses; [ asl20 ofl cc-by-40 mit ];
maintainers = with maintainers; [ jtojnar emily ]; maintainers = with maintainers; [ emily ];
}; };
} }

View file

@ -42,6 +42,6 @@ stdenv.mkDerivation rec {
description = "A dock for the Gnome Shell"; description = "A dock for the Gnome Shell";
homepage = "https://micheleg.github.io/dash-to-dock/"; homepage = "https://micheleg.github.io/dash-to-dock/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ eperuffo jtojnar rhoriguchi ]; maintainers = with maintainers; [ eperuffo rhoriguchi ];
}; };
} }

View file

@ -87,7 +87,7 @@ let
homepage = "https://wiki.gnome.org/Projects/Vala"; homepage = "https://wiki.gnome.org/Projects/Vala";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ antono jtojnar maxeaubrey ] ++ teams.pantheon.members; maintainers = with maintainers; [ antono maxeaubrey ] ++ teams.pantheon.members;
}; };
}); });

View file

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
homepage = "https://gegl.org/babl/"; homepage = "https://gegl.org/babl/";
changelog = "https://gitlab.gnome.org/GNOME/babl/-/blob/BABL_${lib.replaceStrings [ "." ] [ "_" ] version}/NEWS"; changelog = "https://gitlab.gnome.org/GNOME/babl/-/blob/BABL_${lib.replaceStrings [ "." ] [ "_" ] version}/NEWS";
license = licenses.lgpl3Plus; license = licenses.lgpl3Plus;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A D-Bus API for the dLeyna services"; description = "A D-Bus API for the dLeyna services";
homepage = "https://github.com/phako/dleyna-connector-dbus"; homepage = "https://github.com/phako/dleyna-connector-dbus";
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
license = licenses.lgpl21Only; license = licenses.lgpl21Only;
}; };

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Library of utility functions that are used by the higher level dLeyna"; description = "Library of utility functions that are used by the higher level dLeyna";
homepage = "https://github.com/phako/dleyna-core"; homepage = "https://github.com/phako/dleyna-core";
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
license = licenses.lgpl21Only; license = licenses.lgpl21Only;
}; };

View file

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Library to discover and manipulate Digital Media Renderers"; description = "Library to discover and manipulate Digital Media Renderers";
homepage = "https://github.com/phako/dleyna-renderer"; homepage = "https://github.com/phako/dleyna-renderer";
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
license = licenses.lgpl21Only; license = licenses.lgpl21Only;
}; };

View file

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Library to discover, browse and manipulate Digital Media Servers"; description = "Library to discover, browse and manipulate Digital Media Servers";
homepage = "https://github.com/phako/dleyna-server"; homepage = "https://github.com/phako/dleyna-server";
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
license = licenses.lgpl21Only; license = licenses.lgpl21Only;
}; };

View file

@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
description = "Generic spell checking library"; description = "Generic spell checking library";
homepage = "https://abiword.github.io/enchant/"; homepage = "https://abiword.github.io/enchant/";
license = licenses.lgpl21Plus; # with extra provision for non-free checkers license = licenses.lgpl21Plus; # with extra provision for non-free checkers
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -207,7 +207,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Linux application sandboxing and distribution framework"; description = "Linux application sandboxing and distribution framework";
homepage = "https://flatpak.org/"; homepage = "https://flatpak.org/";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
}) })

View file

@ -120,7 +120,7 @@ stdenv.mkDerivation rec {
description = "Graph-based image processing framework"; description = "Graph-based image processing framework";
homepage = "https://www.gegl.org"; homepage = "https://www.gegl.org";
license = licenses.lgpl3Plus; license = licenses.lgpl3Plus;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
description = "Test library providing test harnesses and mock classes complementing the classes provided by GLib"; description = "Test library providing test harnesses and mock classes complementing the classes provided by GLib";
homepage = "https://gitlab.gnome.org/pwithnall/libglib-testing"; homepage = "https://gitlab.gnome.org/pwithnall/libglib-testing";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
description = "GObject/GTK port of three.js"; description = "GObject/GTK port of three.js";
homepage = "https://github.com/alexlarsson/gthree"; homepage = "https://github.com/alexlarsson/gthree";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/gthree.x86_64-darwin broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/gthree.x86_64-darwin
}; };

View file

@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
description = "Easy to use 2D geometry library in C++"; description = "Easy to use 2D geometry library in C++";
homepage = "https://gitlab.com/inkscape/lib2geom"; homepage = "https://gitlab.com/inkscape/lib2geom";
license = [ licenses.lgpl21Only licenses.mpl11 ]; license = [ licenses.lgpl21Only licenses.mpl11 ];
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
description = "ABI Generic Analysis and Instrumentation Library"; description = "ABI Generic Analysis and Instrumentation Library";
homepage = "https://sourceware.org/libabigail/"; homepage = "https://sourceware.org/libabigail/";
license = with licenses; [ asl20 llvm-exception ]; license = with licenses; [ asl20 llvm-exception ];
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
description = "DBus API that allows cloud storage sync clients to expose their services"; description = "DBus API that allows cloud storage sync clients to expose their services";
homepage = "https://gitlab.gnome.org/World/libcloudproviders"; homepage = "https://gitlab.gnome.org/World/libcloudproviders";
license = licenses.lgpl3Plus; license = licenses.lgpl3Plus;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
description = "A library full of GTK widgets for mobile phones"; description = "A library full of GTK widgets for mobile phones";
homepage = "https://source.puri.sm/Librem5/libhandy"; homepage = "https://source.puri.sm/Librem5/libhandy";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
description = "Library for reading and writing Jcat files"; description = "Library for reading and writing Jcat files";
homepage = "https://github.com/hughsie/libjcat"; homepage = "https://github.com/hughsie/libjcat";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
lgpl21Plus # library lgpl21Plus # library
gpl3Plus # tools gpl3Plus # tools
]; ];
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
homepage = "http://mypaint.org/"; homepage = "http://mypaint.org/";
description = "Library for making brushstrokes which is used by MyPaint and other projects"; description = "Library for making brushstrokes which is used by MyPaint and other projects";
license = licenses.isc; license = licenses.isc;
maintainers = with maintainers; [ goibhniu jtojnar ]; maintainers = with maintainers; [ goibhniu ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
description = "Flatpak portal library"; description = "Flatpak portal library";
homepage = "https://github.com/flatpak/libportal"; homepage = "https://github.com/flatpak/libportal";
license = licenses.lgpl3Plus; license = licenses.lgpl3Plus;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -142,7 +142,7 @@ libxml = stdenv.mkDerivation rec {
description = "XML parsing library for C"; description = "XML parsing library for C";
license = licenses.mit; license = licenses.mit;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ eelco jtojnar ]; maintainers = with maintainers; [ eelco ];
}; };
}; };
in in

View file

@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
description = "A library to help create and query binary XML blobs"; description = "A library to help create and query binary XML blobs";
homepage = "https://github.com/hughsie/libxmlb"; homepage = "https://github.com/hughsie/libxmlb";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
description = "A C library and tools to do XSL transformations"; description = "A C library and tools to do XSL transformations";
license = licenses.mit; license = licenses.mit;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ eelco jtojnar ]; maintainers = with maintainers; [ eelco ];
broken = pythonSupport && !libxml2.pythonSupport; # see #73102 for why this is not an assert broken = pythonSupport && !libxml2.pythonSupport; # see #73102 for why this is not an assert
}; };
} }

View file

@ -98,7 +98,7 @@ stdenv.mkDerivation rec {
description = "Parental controls library"; description = "Parental controls library";
homepage = "https://gitlab.freedesktop.org/pwithnall/malcontent"; homepage = "https://gitlab.freedesktop.org/pwithnall/malcontent";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
description = "UI components for parental controls library"; description = "UI components for parental controls library";
homepage = "https://gitlab.freedesktop.org/pwithnall/malcontent"; homepage = "https://gitlab.freedesktop.org/pwithnall/malcontent";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation {
homepage = "https://ebassi.github.io/mutest/mutest.md.html"; homepage = "https://ebassi.github.io/mutest/mutest.md.html";
description = "A BDD testing framework for C, inspired by Mocha"; description = "A BDD testing framework for C, inspired by Mocha";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
homepage = "http://mypaint.org/"; homepage = "http://mypaint.org/";
description = "Brushes used by MyPaint and other software using libmypaint"; description = "Brushes used by MyPaint and other software using libmypaint";
license = licenses.cc0; license = licenses.cc0;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
homepage = "http://mypaint.org/"; homepage = "http://mypaint.org/";
description = "Brushes used by MyPaint and other software using libmypaint"; description = "Brushes used by MyPaint and other software using libmypaint";
license = licenses.cc0; license = licenses.cc0;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -261,7 +261,7 @@ let
homepage = "https://pipewire.org/"; homepage = "https://pipewire.org/";
license = licenses.mit; license = licenses.mit;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ jtojnar kranzes ]; maintainers = with maintainers; [ kranzes ];
}; };
}; };

View file

@ -101,7 +101,7 @@ let
homepage = "https://pipewire.org"; homepage = "https://pipewire.org";
license = licenses.mit; license = licenses.mit;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ jtojnar kranzes ]; maintainers = with maintainers; [ kranzes ];
}; };
}; };

View file

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
description = "Library for generating, refining and rendering 2-Dimensional Constrained Delaunay Triangulations"; description = "Library for generating, refining and rendering 2-Dimensional Constrained Delaunay Triangulations";
homepage = "https://code.google.com/archive/p/poly2tri-c/"; homepage = "https://code.google.com/archive/p/poly2tri-c/";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with lib.maintainers; [ jtojnar ]; maintainers = with lib.maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -113,7 +113,6 @@ in stdenv.mkDerivation rec {
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ maintainers = with maintainers; [
berce berce
jtojnar
]; ];
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
description = "DBus proxy for Flatpak and others"; description = "DBus proxy for Flatpak and others";
homepage = "https://github.com/flatpak/xdg-dbus-proxy"; homepage = "https://github.com/flatpak/xdg-dbus-proxy";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Desktop integration portals for sandboxed apps"; description = "Desktop integration portals for sandboxed apps";
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
}; };

View file

@ -105,7 +105,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; { meta = with lib; {
description = "Desktop integration portals for sandboxed apps"; description = "Desktop integration portals for sandboxed apps";
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
}) })

View file

@ -28,6 +28,6 @@ mkDerivation {
description = "An application for building and managing Phars"; description = "An application for building and managing Phars";
license = licenses.mit; license = licenses.mit;
homepage = "https://github.com/box-project/box"; homepage = "https://github.com/box-project/box";
maintainers = with maintainers; [ jtojnar ] ++ teams.php.members; maintainers = with maintainers; [ ] ++ teams.php.members;
}; };
} }

View file

@ -28,6 +28,6 @@ mkDerivation {
description = "A tool to automatically fix PHP coding standards issues"; description = "A tool to automatically fix PHP coding standards issues";
license = licenses.mit; license = licenses.mit;
homepage = "https://cs.symfony.com/"; homepage = "https://cs.symfony.com/";
maintainers = with maintainers; [ jtojnar ] ++ teams.php.members; maintainers = with maintainers; [ ] ++ teams.php.members;
}; };
} }

View file

@ -40,6 +40,6 @@ mkDerivation {
description = "Tool to check syntax of PHP files faster than serial check with fancier output"; description = "Tool to check syntax of PHP files faster than serial check with fancier output";
license = licenses.bsd2; license = licenses.bsd2;
homepage = "https://github.com/php-parallel-lint/PHP-Parallel-Lint"; homepage = "https://github.com/php-parallel-lint/PHP-Parallel-Lint";
maintainers = with maintainers; [ jtojnar ] ++ teams.php.members; maintainers = with maintainers; [ ] ++ teams.php.members;
}; };
} }

View file

@ -28,6 +28,6 @@ buildPythonPackage rec {
homepage = "https://github.com/gnome-keysign/babel-glade"; homepage = "https://github.com/gnome-keysign/babel-glade";
description = "Babel Glade XML files translatable strings extractor"; description = "Babel Glade XML files translatable strings extractor";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -37,6 +37,6 @@ buildPythonPackage rec {
description = "Standalone CFF subroutinizer based on AFDKO tx"; description = "Standalone CFF subroutinizer based on AFDKO tx";
homepage = "https://github.com/adobe-type-tools/cffsubr"; homepage = "https://github.com/adobe-type-tools/cffsubr";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -46,6 +46,6 @@ buildPythonPackage rec {
description = "Add support for commands that use configuration files to Click"; description = "Add support for commands that use configuration files to Click";
homepage = "https://github.com/click-contrib/click-configfile"; homepage = "https://github.com/click-contrib/click-configfile";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -25,6 +25,6 @@ buildPythonPackage rec {
description = "Add support for showwing that command line app is active to Click"; description = "Add support for showwing that command line app is active to Click";
homepage = "https://github.com/click-contrib/click-spinner"; homepage = "https://github.com/click-contrib/click-spinner";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -37,6 +37,6 @@ buildPythonPackage rec {
description = "Cloudsmith API Client"; description = "Cloudsmith API Client";
homepage = "https://github.com/cloudsmith-io/cloudsmith-api"; homepage = "https://github.com/cloudsmith-io/cloudsmith-api";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -40,6 +40,6 @@ buildPythonPackage rec {
description = "CFF table subroutinizer for FontTools"; description = "CFF table subroutinizer for FontTools";
homepage = "https://github.com/googlefonts/compreffor"; homepage = "https://github.com/googlefonts/compreffor";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -57,6 +57,6 @@ buildPythonPackage {
description = "GUI test tool and automation framework that uses Accessibility technologies to communicate with desktop applications"; description = "GUI test tool and automation framework that uses Accessibility technologies to communicate with desktop applications";
homepage = "https://gitlab.com/dogtail/dogtail"; homepage = "https://gitlab.com/dogtail/dogtail";
license = lib.licenses.gpl2Only; license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ jtojnar ]; maintainers = with lib.maintainers; [ ];
}; };
} }

View file

@ -26,6 +26,6 @@ buildPythonPackage rec {
description = "Load me later. A lazy plugin management system for Python"; description = "Load me later. A lazy plugin management system for Python";
homepage = "http://lml.readthedocs.io/"; homepage = "http://lml.readthedocs.io/";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ jtojnar ]; maintainers = with lib.maintainers; [ ];
}; };
} }

View file

@ -13,7 +13,7 @@ buildPythonPackage rec {
description = "An Ordered Set implementation in Cython"; description = "An Ordered Set implementation in Cython";
homepage = "https://pypi.python.org/pypi/orderedset"; homepage = "https://pypi.python.org/pypi/orderedset";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = [ maintainers.jtojnar ]; maintainers = [ ];
# No support for Python 3.9/3.10 # No support for Python 3.9/3.10
# https://github.com/simonpercivall/orderedset/issues/36 # https://github.com/simonpercivall/orderedset/issues/36
broken = true; broken = true;

View file

@ -41,7 +41,7 @@ buildPythonPackage rec {
description = "Python client bindings for D-Bus AT-SPI"; description = "Python client bindings for D-Bus AT-SPI";
homepage = "https://wiki.linuxfoundation.org/accessibility/d-bus"; homepage = "https://wiki.linuxfoundation.org/accessibility/d-bus";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = with platforms; unix; platforms = with platforms; unix;
}; };
} }

View file

@ -29,6 +29,6 @@ buildPythonPackage rec {
description = "One interface to read and write the data in various excel formats, import the data into and export the data from databases"; description = "One interface to read and write the data in various excel formats, import the data into and export the data from databases";
homepage = "http://docs.pyexcel.org/"; homepage = "http://docs.pyexcel.org/";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ jtojnar ]; maintainers = with lib.maintainers; [ ];
}; };
} }

View file

@ -36,6 +36,6 @@ buildPythonPackage rec {
description = "Plug-in to pyexcel providing the capbility to read, manipulate and write data in ods formats using odfpy"; description = "Plug-in to pyexcel providing the capbility to read, manipulate and write data in ods formats using odfpy";
homepage = "http://docs.pyexcel.org/"; homepage = "http://docs.pyexcel.org/";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ jtojnar ]; maintainers = with lib.maintainers; [ ];
}; };
} }

View file

@ -40,6 +40,6 @@ buildPythonPackage rec {
description = "A wrapper library to read, manipulate and write data in xls using xlrd and xlwt"; description = "A wrapper library to read, manipulate and write data in xls using xlrd and xlwt";
homepage = "http://docs.pyexcel.org/"; homepage = "http://docs.pyexcel.org/";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ jtojnar ]; maintainers = with lib.maintainers; [ ];
}; };
} }

View file

@ -38,6 +38,6 @@ buildPythonPackage rec {
description = "Single API for reading, manipulating and writing data in csv, ods, xls, xlsx and xlsm files"; description = "Single API for reading, manipulating and writing data in csv, ods, xls, xlsx and xlsm files";
homepage = "http://docs.pyexcel.org/"; homepage = "http://docs.pyexcel.org/";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ jtojnar ]; maintainers = with lib.maintainers; [ ];
}; };
} }

View file

@ -73,7 +73,7 @@ buildPythonPackage rec {
homepage = "https://pygobject.readthedocs.io/"; homepage = "https://pygobject.readthedocs.io/";
description = "Python bindings for Glib"; description = "Python bindings for Glib";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -66,6 +66,6 @@ buildPythonPackage rec {
description = "Applies STAT information from a Stylespace to a variable font"; description = "Applies STAT information from a Stylespace to a variable font";
homepage = "https://github.com/daltonmaag/statmake"; homepage = "https://github.com/daltonmaag/statmake";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -59,6 +59,6 @@ buildPythonPackage rec {
description = "Bridge from UFOs to FontTools objects"; description = "Bridge from UFOs to FontTools objects";
homepage = "https://github.com/googlefonts/ufo2ft"; homepage = "https://github.com/googlefonts/ufo2ft";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -38,6 +38,6 @@ pythonImportsCheck = [ "ufoLib2" ];
description = "Library to deal with UFO font sources"; description = "Library to deal with UFO font sources";
homepage = "https://github.com/fonttools/ufoLib2"; homepage = "https://github.com/fonttools/ufoLib2";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -48,6 +48,6 @@ stdenv.mkDerivation rec {
homepage = "https://freedesktop.org/wiki/Software/tartan"; homepage = "https://freedesktop.org/wiki/Software/tartan";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
description = "Tool for playing with XDG desktop portals"; description = "Tool for playing with XDG desktop portals";
homepage = "https://github.com/bilelmoussaoui/ashpd/tree/master/ashpd-demo"; homepage = "https://github.com/bilelmoussaoui/ashpd/tree/master/ashpd-demo";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -115,7 +115,7 @@ python3.pkgs.buildPythonApplication rec {
code. code.
''; '';
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ jtojnar mbe AndersonTorres ]; maintainers = with maintainers; [ mbe AndersonTorres ];
inherit (python3.meta) platforms; inherit (python3.meta) platforms;
}; };
} }

View file

@ -36,7 +36,7 @@ python3.pkgs.buildPythonApplication rec {
meta = { meta = {
homepage = "https://help.cloudsmith.io/docs/cli/"; homepage = "https://help.cloudsmith.io/docs/cli/";
description = "Cloudsmith Command Line Interface"; description = "Cloudsmith Command Line Interface";
maintainers = with lib.maintainers; [ jtojnar ]; maintainers = with lib.maintainers; [ ];
license = lib.licenses.asl20; license = lib.licenses.asl20;
platforms = with lib.platforms; unix; platforms = with lib.platforms; unix;
}; };

View file

@ -150,7 +150,7 @@ in stdenv.mkDerivation rec {
description = "Tool to build flatpaks from source"; description = "Tool to build flatpaks from source";
homepage = "https://github.com/flatpak/flatpak-builder"; homepage = "https://github.com/flatpak/flatpak-builder";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -43,6 +43,6 @@ stdenv.mkDerivation rec {
homepage = "https://wiki.gnome.org/Initiatives/GnomeGoals/InstalledTests"; homepage = "https://wiki.gnome.org/Initiatives/GnomeGoals/InstalledTests";
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.jtojnar ]; maintainers = [ ];
}; };
} }

View file

@ -34,7 +34,7 @@ mkDerivation {
description = "Phone Simulator for modem testing"; description = "Phone Simulator for modem testing";
homepage = "https://01.org/ofono"; homepage = "https://01.org/ofono";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -69,7 +69,7 @@ in stdenv.mkDerivation {
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
hydraPlatforms = platforms.linux; # sdl-config times out on darwin hydraPlatforms = platforms.linux; # sdl-config times out on darwin
}; };

View file

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
description = "Gthree port of HexGL"; description = "Gthree port of HexGL";
homepage = "https://github.com/alexlarsson/gnome-hexgl"; homepage = "https://github.com/alexlarsson/gnome-hexgl";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -385,7 +385,7 @@ let
meta = with lib; { meta = with lib; {
homepage = "https://fwupd.org/"; homepage = "https://fwupd.org/";
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -138,6 +138,6 @@ stdenv.mkDerivation rec {
description = "Makes user-selected power profiles handling available over D-Bus"; description = "Makes user-selected power profiles handling available over D-Bus";
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ jtojnar mvnetbiz ]; maintainers = with maintainers; [ mvnetbiz ];
}; };
} }

View file

@ -43,7 +43,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.adminer.org"; homepage = "https://www.adminer.org";
license = with licenses; [ asl20 gpl2Only ]; license = with licenses; [ asl20 gpl2Only ];
maintainers = with maintainers; [ maintainers = with maintainers; [
jtojnar
sstef sstef
]; ];
platforms = platforms.all; platforms = platforms.all;

View file

@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
description = "Near Field Communication manager"; description = "Near Field Communication manager";
homepage = "https://01.org/linux-nfc"; homepage = "https://01.org/linux-nfc";
license = licenses.gpl2Only; license = licenses.gpl2Only;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -30,7 +30,7 @@ stdenvNoCC.mkDerivation rec {
description = "Web-based news feed (RSS/Atom) aggregator"; description = "Web-based news feed (RSS/Atom) aggregator";
homepage = "https://selfoss.aditu.de"; homepage = "https://selfoss.aditu.de";
license = licenses.gpl3Only; license = licenses.gpl3Only;
maintainers = with maintainers; [ jtojnar regnat ]; maintainers = with maintainers; [ regnat ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

@ -40,7 +40,7 @@ python3.pkgs.buildPythonApplication rec {
description = "Tool to convert Markdown files into Anki Decks"; description = "Tool to convert Markdown files into Anki Decks";
homepage = "https://github.com/lukesmurray/markdown-anki-decks"; homepage = "https://github.com/lukesmurray/markdown-anki-decks";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "A collection of lua filters for pandoc"; description = "A collection of lua filters for pandoc";
homepage = "https://github.com/pandoc/lua-filters"; homepage = "https://github.com/pandoc/lua-filters";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
homepage = "https://git.kernel.org/pub/scm/network/ofono/ofono.git"; homepage = "https://git.kernel.org/pub/scm/network/ofono/ofono.git";
changelog = "https://git.kernel.org/pub/scm/network/ofono/ofono.git/plain/ChangeLog?h=${version}"; changelog = "https://git.kernel.org/pub/scm/network/ofono/ofono.git/plain/ChangeLog?h=${version}";
license = licenses.gpl2Only; license = licenses.gpl2Only;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
description = "GNOME translation making program"; description = "GNOME translation making program";
homepage = "https://wiki.gnome.org/Apps/Gtranslator"; homepage = "https://wiki.gnome.org/Apps/Gtranslator";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -59,7 +59,7 @@ link-grammar = stdenv.mkDerivation rec {
homepage = "https://www.abisource.com/projects/link-grammar/"; homepage = "https://www.abisource.com/projects/link-grammar/";
changelog = "https://github.com/opencog/link-grammar/blob/link-grammar-${version}/ChangeLog"; changelog = "https://github.com/opencog/link-grammar/blob/link-grammar-${version}/ChangeLog";
license = licenses.lgpl21Only; license = licenses.lgpl21Only;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
}; };