Merge pull request #280761 from paveloom/resignation

treewide: remove `paveloom` from maintainers on some packages
This commit is contained in:
a-n-n-a-l-e-e 2024-01-18 22:38:06 -08:00 committed by GitHub
commit 27e48d2c55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 20 additions and 20 deletions

View file

@ -77,7 +77,7 @@ pythonPackages.buildPythonApplication rec {
homepage = "https://picard.musicbrainz.org";
changelog = "https://picard.musicbrainz.org/changelog";
description = "The official MusicBrainz tagger";
maintainers = with maintainers; [ ehmry paveloom ];
maintainers = with maintainers; [ ehmry ];
license = licenses.gpl2Plus;
platforms = platforms.all;
};

View file

@ -171,6 +171,6 @@ python3.pkgs.buildPythonApplication rec {
'';
homepage = "https://quodlibet.readthedocs.io/en/latest";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ coroa paveloom pbogdan ];
maintainers = with maintainers; [ coroa pbogdan ];
};
}

View file

@ -72,6 +72,6 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.gnome.org/YaLTeR/identity";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ paveloom ];
maintainers = with maintainers; [ ];
};
}

View file

@ -95,6 +95,6 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/qbittorrent/qBittorrent/blob/release-${version}/Changelog";
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ Anton-Latukha kashw2 paveloom ];
maintainers = with maintainers; [ Anton-Latukha kashw2 ];
};
}

View file

@ -189,7 +189,7 @@ stdenv.mkDerivation rec {
changelog = "https://www.wireshark.org/docs/relnotes/wireshark-${version}.html";
license = licenses.gpl2Plus;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ bjornfor fpletz paveloom ];
maintainers = with maintainers; [ bjornfor fpletz ];
mainProgram = if withQt then "wireshark" else "tshark";
};
}

View file

@ -28,7 +28,7 @@ buildGoModule rec {
description = "An alternative git CLI";
homepage = "https://gut-cli.dev";
license = licenses.mit;
maintainers = with maintainers; [ paveloom ];
maintainers = with maintainers; [ ];
mainProgram = "gut";
};
}

View file

@ -72,6 +72,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/WarmUpTill/SceneSwitcher";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ paveloom ];
maintainers = with maintainers; [ ];
};
}

View file

@ -47,7 +47,7 @@ buildGoModule rec {
meta = {
description = "An OBS Studio plugin for an open NDI-like replacement";
homepage = "https://github.com/fzwoch/obs-teleport";
maintainers = [ lib.maintainers.paveloom ];
maintainers = [ ];
license = lib.licenses.gpl2Plus;
platforms = obs-studio.meta.platforms;
};

View file

@ -92,6 +92,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
platforms = platforms.all;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ paveloom ];
maintainers = with maintainers; [ ];
};
}

View file

@ -66,7 +66,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "A markup language for GTK user interface files";
homepage = "https://gitlab.gnome.org/jwestman/blueprint-compiler";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ benediktbroich paveloom ranfdev ];
maintainers = with maintainers; [ benediktbroich ranfdev ];
platforms = platforms.unix;
};
})

View file

@ -134,7 +134,7 @@ stdenv.mkDerivation {
meta = {
description = "A high-performance, zero-overhead, extensible Python compiler using LLVM";
homepage = "https://docs.exaloop.io/codon";
maintainers = [ lib.maintainers.paveloom ];
maintainers = [ ];
license = lib.licenses.bsl11;
platforms = lib.platforms.all;
};

View file

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A modern C++ MIDI real-time & file I/O library";
homepage = "https://github.com/jcelerier/libremidi";
maintainers = [ lib.maintainers.paveloom ];
maintainers = [ ];
license = lib.licenses.bsd2;
platforms = lib.platforms.all;
};

View file

@ -39,6 +39,6 @@ buildPythonPackage rec {
description = "Detect OS Dark Mode from Python";
homepage = "https://github.com/albertosottile/darkdetect";
license = licenses.bsd3;
maintainers = with maintainers; [ paveloom ];
maintainers = with maintainers; [ ];
};
}

View file

@ -39,6 +39,6 @@ buildPythonPackage rec {
description = "Library for unpacking unencrypted mobi files";
homepage = "https://github.com/iscc/mobi";
license = licenses.gpl3Only;
maintainers = with maintainers; [ paveloom ];
maintainers = with maintainers; [ ];
};
}

View file

@ -45,6 +45,6 @@ buildPythonPackage rec {
description = "Read mdx/mdd files (repacking of readmdict from mdict-analysis)";
homepage = "https://github.com/ffreemt/readmdict";
license = licenses.mit;
maintainers = with maintainers; [ paveloom ];
maintainers = with maintainers; [ ];
};
}

View file

@ -37,6 +37,6 @@ buildPythonPackage rec {
description = "Text to sentence splitter using heuristic algorithm by Philipp Koehn and Josh Schroeder";
homepage = "https://github.com/mediacloud/sentence-splitter";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ paveloom ];
maintainers = with maintainers; [ ];
};
}

View file

@ -32,6 +32,6 @@ buildPythonPackage rec {
description = "Simple multilingual lemmatizer for Python, especially useful for speed and efficiency";
homepage = "https://github.com/adbar/simplemma";
license = licenses.mit;
maintainers = with maintainers; [ paveloom ];
maintainers = with maintainers; [ ];
};
}

View file

@ -36,6 +36,6 @@ buildPythonPackage rec {
description = "Simple lua-python parser";
homepage = "https://github.com/SirAnthony/slpp";
license = licenses.mit;
maintainers = with maintainers; [ paveloom ];
maintainers = with maintainers; [ ];
};
}

View file

@ -292,7 +292,7 @@ python3.pkgs.buildPythonApplication {
homepage = "https://apps.ankiweb.net";
license = licenses.agpl3Plus;
platforms = platforms.mesaPlatforms;
maintainers = with maintainers; [ euank oxij paveloom ];
maintainers = with maintainers; [ euank oxij ];
# Reported to crash at launch on darwin (as of 2.1.65)
broken = stdenv.isDarwin;
};

View file

@ -17,6 +17,6 @@ stdenv.mkDerivation (finalAttrs: ((mecab-base finalAttrs) // {
license = licenses.bsd3;
platforms = platforms.unix;
mainProgram = "mecab";
maintainers = with maintainers; [ auntie paveloom ];
maintainers = with maintainers; [ auntie ];
};
}))