From 392bb8a67f1c5b93331c2c62c1f0dfab87640c79 Mon Sep 17 00:00:00 2001 From: Enno Richter Date: Fri, 14 Jun 2024 09:19:32 +0200 Subject: [PATCH] python3Packages.dwdwfsapi: remove elohmeier as maintainer --- pkgs/development/python-modules/dwdwfsapi/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/dwdwfsapi/default.nix b/pkgs/development/python-modules/dwdwfsapi/default.nix index f903f7502147..8f72d8c974b7 100644 --- a/pkgs/development/python-modules/dwdwfsapi/default.nix +++ b/pkgs/development/python-modules/dwdwfsapi/default.nix @@ -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 ]; }; }