Merge pull request #319746 from elohmeier/rm-maintainer

Remove myself from some packages I no longer actively use
This commit is contained in:
Pol Dellaiera 2024-06-16 22:37:01 +02:00 committed by GitHub
commit d57e37b77b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
29 changed files with 5 additions and 29 deletions

View File

@ -44,7 +44,6 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/jjsullivan5196/wvkbd";
description = "On-screen keyboard for wlroots";
maintainers = [ maintainers.elohmeier ];
platforms = platforms.linux;
license = licenses.gpl3Plus;
mainProgram = "wvkbd-mobintl";

View File

@ -39,7 +39,6 @@ stdenv.mkDerivation {
homepage = "http://wili.cc/blog/gpu-burn.html";
description = "Multi-GPU CUDA stress test";
platforms = platforms.linux;
maintainers = with maintainers; [ elohmeier ];
license = licenses.bsd2;
mainProgram = "gpu_burn";
};

View File

@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.portfolio-performance.info/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.epl10;
maintainers = with maintainers; [ elohmeier kilianar oyren shawn8901 ];
maintainers = with maintainers; [ kilianar oyren shawn8901 ];
mainProgram = "portfolio";
platforms = [ "x86_64-linux" ];
};

View File

@ -126,7 +126,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Modular SIP User-Agent with audio and video support";
homepage = "https://github.com/baresip/baresip";
maintainers = with lib.maintainers; [ elohmeier raskin ehmry ];
maintainers = with lib.maintainers; [ raskin ehmry ];
mainProgram = "baresip";
license = lib.licenses.bsd3;
platforms = lib.platforms.unix;

View File

@ -47,7 +47,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/asg017/sqlite-vss";
changelog = "https://github.com/asg017/sqlite-vss/releases/tag/v${finalAttrs.version}";
license = licenses.mit;
maintainers = with maintainers; [ elohmeier ];
platforms = platforms.unix;
};
})

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Library for real-time communications with async IO support and a complete SIP stack";
homepage = "https://github.com/baresip/re";
maintainers = with lib.maintainers; [ elohmeier raskin ];
maintainers = with lib.maintainers; [ raskin ];
license = lib.licenses.bsd3;
};
}

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Library for real-time audio and video processing";
homepage = "https://github.com/baresip/rem";
maintainers = with lib.maintainers; [ elohmeier raskin ];
maintainers = with lib.maintainers; [ raskin ];
license = lib.licenses.bsd3;
};
}

View File

@ -54,6 +54,5 @@ buildPythonPackage rec {
description = "Swagger API Documentation builder for aiohttp";
homepage = "https://github.com/cr0hn/aiohttp-swagger";
license = licenses.mit;
maintainers = with maintainers; [ elohmeier ];
};
}

View File

@ -40,6 +40,5 @@ buildPythonPackage rec {
description = "Click command line utilities";
homepage = "https://github.com/hjacobs/python-clickclick/";
license = licenses.asl20;
maintainers = with maintainers; [ elohmeier ];
};
}

View File

@ -95,6 +95,5 @@ buildPythonPackage rec {
homepage = "https://github.com/spec-first/connexion";
changelog = "https://github.com/spec-first/connexion/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ elohmeier ];
};
}

View File

@ -45,6 +45,5 @@ buildPythonPackage rec {
homepage = "https://github.com/aaugustin/django-sesame";
changelog = "https://github.com/aaugustin/django-sesame/blob/${version}/docs/changelog.rst";
license = licenses.bsd3;
maintainers = with maintainers; [ elohmeier ];
};
}

View File

@ -37,6 +37,5 @@ buildPythonPackage rec {
homepage = "https://github.com/stephan192/dwdwfsapi";
changelog = "https://github.com/stephan192/dwdwfsapi/blob/v${version}/CHANGELOG.md";
license = with licenses; [ mit ];
maintainers = with maintainers; [ elohmeier ];
};
}

View File

@ -42,6 +42,5 @@ buildPythonPackage rec {
homepage = "https://github.com/scottwernervt/favicon";
changelog = "https://github.com/scottwernervt/favicon/blob/${version}/CHANGELOG.rst";
license = licenses.mit;
maintainers = with maintainers; [ elohmeier ];
};
}

View File

@ -42,7 +42,6 @@ buildPythonPackage rec {
description = "Pure-python FinTS (formerly known as HBCI) implementation";
license = licenses.lgpl3Only;
maintainers = with maintainers; [
elohmeier
dotlambda
];
};

View File

@ -68,6 +68,5 @@ buildPythonPackage rec {
description = "Jupyter Packaging Utilities";
homepage = "https://github.com/jupyter/jupyter-packaging";
license = licenses.bsd3;
maintainers = [ maintainers.elohmeier ];
};
}

View File

@ -54,6 +54,5 @@ buildPythonPackage rec {
description = "Jupyter lab environment notebook server extension";
homepage = "https://github.com/jupyter/nbclassic";
license = with licenses; [ bsd3 ];
maintainers = with maintainers; [ elohmeier ];
};
}

View File

@ -31,6 +31,5 @@ buildPythonPackage rec {
description = "Python bindings for the ethtool kernel interface";
homepage = "https://github.com/fedora-python/python-ethtool";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ elohmeier ];
};
}

View File

@ -26,6 +26,5 @@ buildPythonPackage rec {
mainProgram = "pflags";
homepage = "https://git.kernel.org/pub/scm/libs/python/python-linux-procfs/python-linux-procfs.git/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ elohmeier ];
};
}

View File

@ -22,6 +22,5 @@ buildPythonPackage rec {
description = "Excel 2007-2010 Binary Workbook (xlsb) parser";
homepage = "https://github.com/willtrnr/pyxlsb";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ elohmeier ];
};
}

View File

@ -39,6 +39,5 @@ buildPythonPackage rec {
description = "SEPA Direct Debit XML generation in python";
homepage = "https://github.com/raphaelm/python-sepaxml/";
license = licenses.mit;
maintainers = with maintainers; [ elohmeier ];
};
}

View File

@ -35,6 +35,5 @@ buildPythonPackage rec {
description = "bundled swagger-ui pip package";
homepage = "https://github.com/dtkav/swagger_ui_bundle";
license = licenses.asl20;
maintainers = with maintainers; [ elohmeier ];
};
}

View File

@ -98,6 +98,5 @@ buildPythonPackage rec {
mainProgram = "weasyprint";
homepage = "https://weasyprint.org/";
license = licenses.bsd3;
maintainers = with maintainers; [ elohmeier ];
};
}

View File

@ -25,7 +25,7 @@ buildGoModule rec {
description = "Continuous Integration platform built on container technology";
mainProgram = "drone-server";
homepage = "https://github.com/harness/drone";
maintainers = with maintainers; [ elohmeier vdemeester techknowlogick ];
maintainers = with maintainers; [ vdemeester techknowlogick ];
license = with licenses; if enableUnfree then unfreeRedistributable else asl20;
};
}

View File

@ -37,6 +37,5 @@ stdenv.mkDerivation rec {
homepage = "https://www.kernel.org/doc/html/latest/filesystems/cifs/ksmbd.html";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ elohmeier ];
};
}

View File

@ -57,6 +57,5 @@ buildPythonApplication rec {
homepage = "https://git.kernel.org/pub/scm/utils/tuna/tuna.git";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ elohmeier ];
};
}

View File

@ -34,6 +34,5 @@ buildGoModule rec {
homepage = "https://github.com/tnpitsecurity/ligolo-ng";
changelog = "https://github.com/nicocha30/ligolo-ng/releases/tag/v${version}";
license = licenses.gpl3Only;
maintainers = with maintainers; [ elohmeier ];
};
}

View File

@ -25,7 +25,6 @@ stdenv.mkDerivation rec {
description = "SNMP enumerator";
homepage = "http://www.nothink.org/codes/snmpcheck/";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ elohmeier ];
mainProgram = "snmp-check";
};
}

View File

@ -29,6 +29,5 @@ stdenv.mkDerivation rec {
mainProgram = "cewl";
homepage = "https://digi.ninja/projects/cewl.php/";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ elohmeier ];
};
}

View File

@ -42,6 +42,5 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/Hackplayers/evil-winrm";
changelog = "https://github.com/Hackplayers/evil-winrm/blob/v${version}/CHANGELOG.md";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ elohmeier ];
};
}