summary refs log tree commit diff
path: root/pkgs/development/python-modules/pydbus
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-04-29 07:21:13 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-04-30 01:48:19 +0200
commitae02415ee82b0f34cbcabf639335210e5b58a71d (patch)
treed5ef7d184fecee902b306fba8e041a1cc0a528c5 /pkgs/development/python-modules/pydbus
parent1c65a509fbbc17a2853a657ea1391de0aab9e793 (diff)
downloadnixpkgs-ae02415ee82b0f34cbcabf639335210e5b58a71d.tar
nixpkgs-ae02415ee82b0f34cbcabf639335210e5b58a71d.tar.gz
nixpkgs-ae02415ee82b0f34cbcabf639335210e5b58a71d.tar.bz2
nixpkgs-ae02415ee82b0f34cbcabf639335210e5b58a71d.tar.lz
nixpkgs-ae02415ee82b0f34cbcabf639335210e5b58a71d.tar.xz
nixpkgs-ae02415ee82b0f34cbcabf639335210e5b58a71d.tar.zst
nixpkgs-ae02415ee82b0f34cbcabf639335210e5b58a71d.zip
treewide: remove gnidorah
due to github account removal/deletion and not other mean of contact.
Diffstat (limited to 'pkgs/development/python-modules/pydbus')
-rw-r--r--pkgs/development/python-modules/pydbus/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pydbus/default.nix b/pkgs/development/python-modules/pydbus/default.nix
index 09f777b0181..aa3a41e2f8c 100644
--- a/pkgs/development/python-modules/pydbus/default.nix
+++ b/pkgs/development/python-modules/pydbus/default.nix
@@ -15,6 +15,6 @@ buildPythonPackage rec {
     homepage = "https://github.com/LEW21/pydbus";
     description = "Pythonic DBus library";
     license = lib.licenses.lgpl2Plus;
-    maintainers = with lib.maintainers; [ gnidorah ];
+    maintainers = with lib.maintainers; [ ];
   };
 }