about summary refs log tree commit diff
path: root/pkgs/applications/video/peek
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2021-05-05 11:25:45 +0200
committerVladimír Čunát <v@cunat.cz>2021-05-07 15:36:40 +0200
commit9f054b5e1a75ba912cf5f4462d01e48fb630cf31 (patch)
tree6fce6f2154261b0ad32000449b2517f5c5da30b9 /pkgs/applications/video/peek
parent7ea6fae80235106e53fbda1cdc7845fe6778381f (diff)
treewide: remove worldofpeace from meta.maintainers
(It was requested by them.)
I left one case due to fetching from their personal repo:
pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix
Diffstat (limited to 'pkgs/applications/video/peek')
-rw-r--r--pkgs/applications/video/peek/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/peek/default.nix b/pkgs/applications/video/peek/default.nix
index 2a1418cb37315..d4e8f9d21b29e 100644
--- a/pkgs/applications/video/peek/default.nix
+++ b/pkgs/applications/video/peek/default.nix
@@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/phw/peek";
     description = "Simple animated GIF screen recorder with an easy to use interface";
     license = licenses.gpl3;
-    maintainers = with maintainers; [ puffnfresh worldofpeace ];
+    maintainers = with maintainers; [ puffnfresh ];
     platforms = platforms.linux;
   };
 }