about summary refs log tree commit diff
path: root/pkgs/applications/graphics/identity
diff options
context:
space:
mode:
authorPavel Sobolev <paveloomm@gmail.com>2024-01-13 15:52:19 +0000
committerPavel Sobolev <paveloomm@gmail.com>2024-01-13 15:52:19 +0000
commit8c2e8070f3ab3a15c5339038b614e30d7b57a7b8 (patch)
tree0a6258483d55778baf98d7fbe3d291017c12d72f /pkgs/applications/graphics/identity
parent76e3feb9f1814b229e079910df4dbbe2cac644bf (diff)
identity: remove `paveloom` from maintainers
Diffstat (limited to 'pkgs/applications/graphics/identity')
-rw-r--r--pkgs/applications/graphics/identity/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/identity/default.nix b/pkgs/applications/graphics/identity/default.nix
index 55e13d7016fa1..a17ecf7a6fb20 100644
--- a/pkgs/applications/graphics/identity/default.nix
+++ b/pkgs/applications/graphics/identity/default.nix
@@ -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; [ ];
   };
 }