Remove turion (myself) as maintainer from some packages

I have removed myself as maintainer from those packages that:

* Have at least one other maintainer
* Are outside of my actual expertise,
  i.e. I wouldn't really know how to fix them if they broke
This commit is contained in:
Manuel Bärenz 2023-08-17 17:20:18 +02:00
parent bfa55aa7f9
commit bad4b37c7e
10 changed files with 10 additions and 10 deletions

View File

@ -13,7 +13,7 @@ let
in in
{ {
name = "mastodon-remote-postgresql"; name = "mastodon-remote-postgresql";
meta.maintainers = with pkgs.lib.maintainers; [ erictapen izorkin turion ]; meta.maintainers = with pkgs.lib.maintainers; [ erictapen izorkin ];
nodes = { nodes = {
database = { database = {

View File

@ -162,7 +162,7 @@ in stdenv'.mkDerivation rec {
description = "Music notation and composition software"; description = "Music notation and composition software";
homepage = "https://musescore.org/"; homepage = "https://musescore.org/";
license = licenses.gpl3Only; license = licenses.gpl3Only;
maintainers = with maintainers; [ vandenoever turion doronbehar ]; maintainers = with maintainers; [ vandenoever doronbehar ];
# on aarch64-linux: # on aarch64-linux:
# error: cannot convert '<brace-enclosed initializer list>' to 'float32x4_t' in assignment # error: cannot convert '<brace-enclosed initializer list>' to 'float32x4_t' in assignment
broken = (stdenv.isLinux && stdenv.isAarch64); broken = (stdenv.isLinux && stdenv.isAarch64);

View File

@ -61,7 +61,7 @@ in
downloadPage = "https://github.com/VSCodium/vscodium/releases"; downloadPage = "https://github.com/VSCodium/vscodium/releases";
license = licenses.mit; license = licenses.mit;
sourceProvenance = with sourceTypes; [ binaryNativeCode ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ synthetica turion bobby285271 ]; maintainers = with maintainers; [ synthetica bobby285271 ];
mainProgram = "codium"; mainProgram = "codium";
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" "armv7l-linux" ]; platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" "armv7l-linux" ];
}; };

View File

@ -42,7 +42,7 @@ mkDerivation rec {
homepage = "http://www.krusader.org"; homepage = "http://www.krusader.org";
description = "Norton/Total Commander clone for KDE"; description = "Norton/Total Commander clone for KDE";
license = licenses.gpl2Only; license = licenses.gpl2Only;
maintainers = with maintainers; [ sander turion ]; maintainers = with maintainers; [ sander ];
mainProgram = "krusader"; mainProgram = "krusader";
}; };
} }

View File

@ -13,7 +13,7 @@ mkDerivation {
homepage = "https://apps.kde.org/konsole/"; homepage = "https://apps.kde.org/konsole/";
description = "KDE terminal emulator"; description = "KDE terminal emulator";
license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ]; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
maintainers = with lib.maintainers; [ ttuegel turion ]; maintainers = with lib.maintainers; [ ttuegel ];
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [ buildInputs = [

View File

@ -35,7 +35,7 @@ mkDerivation {
homepage = "http://www.kde.org"; homepage = "http://www.kde.org";
description = "KDE document viewer"; description = "KDE document viewer";
license = with licenses; [ gpl2Plus lgpl21Plus fdl12Plus bsd3 ]; license = with licenses; [ gpl2Plus lgpl21Plus fdl12Plus bsd3 ];
maintainers = with maintainers; [ ttuegel turion ]; maintainers = with maintainers; [ ttuegel ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };
} }

View File

@ -129,7 +129,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = "https://keepassxc.org/"; homepage = "https://keepassxc.org/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ jonafato turion srapenne ]; maintainers = with maintainers; [ jonafato srapenne ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };
} }

View File

@ -110,6 +110,6 @@ buildPythonPackage rec {
homepage = "http://datastax.github.io/python-driver"; homepage = "http://datastax.github.io/python-driver";
changelog = "https://github.com/datastax/python-driver/blob/${version}/CHANGELOG.rst"; changelog = "https://github.com/datastax/python-driver/blob/${version}/CHANGELOG.rst";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ turion ris ]; maintainers = with maintainers; [ ris ];
}; };
} }

View File

@ -79,6 +79,6 @@ buildPythonPackage rec {
description = "Gremlin-Python implements Gremlin, the graph traversal language of Apache TinkerPop, within the Python language"; description = "Gremlin-Python implements Gremlin, the graph traversal language of Apache TinkerPop, within the Python language";
homepage = "https://tinkerpop.apache.org/"; homepage = "https://tinkerpop.apache.org/";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ turion ris ]; maintainers = with maintainers; [ ris ];
}; };
} }

View File

@ -40,6 +40,6 @@ buildPythonPackage rec {
description = "Text progressbar library"; description = "Text progressbar library";
homepage = "https://progressbar-2.readthedocs.io/"; homepage = "https://progressbar-2.readthedocs.io/";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ ashgillman turion ]; maintainers = with maintainers; [ ashgillman ];
}; };
} }