about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authora-n-n-a-l-e-e <150648636+a-n-n-a-l-e-e@users.noreply.github.com>2024-01-18 22:38:06 -0800
committerGitHub <noreply@github.com>2024-01-18 22:38:06 -0800
commit27e48d2c55d7023fa39abdd4cac2f2a8d95ecdcb (patch)
treeb2108d8aafbd087025311c6ca5e094209969809a /pkgs/applications/graphics
parent66d4ebb2b390c2713540a819b29b91dc3d276e57 (diff)
parent9942154f3e6bcc8c696e4b1cfc0691c69c1c6689 (diff)
Merge pull request #280761 from paveloom/resignation
treewide: remove `paveloom` from maintainers on some packages
Diffstat (limited to 'pkgs/applications/graphics')
-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; [ ];
   };
 }