summary refs log tree commit diff
diff options
context:
space:
mode:
authorYureka <yuka@yuka.dev>2022-07-28 22:59:50 +0200
committerYureka <yuka@yuka.dev>2022-07-28 22:59:50 +0200
commit3b9c6d52451a29f3c570418453582e2fc2be5179 (patch)
treec7553a7fcc2c9b31de3af71d763cd95196e78e42
parent980a829a15bec51d518fd5987295f8241f9f1893 (diff)
downloadnixpkgs-3b9c6d52451a29f3c570418453582e2fc2be5179.tar
nixpkgs-3b9c6d52451a29f3c570418453582e2fc2be5179.tar.gz
nixpkgs-3b9c6d52451a29f3c570418453582e2fc2be5179.tar.bz2
nixpkgs-3b9c6d52451a29f3c570418453582e2fc2be5179.tar.lz
nixpkgs-3b9c6d52451a29f3c570418453582e2fc2be5179.tar.xz
nixpkgs-3b9c6d52451a29f3c570418453582e2fc2be5179.tar.zst
nixpkgs-3b9c6d52451a29f3c570418453582e2fc2be5179.zip
wf-recorder: add myself to maintainers
-rw-r--r--pkgs/applications/video/wf-recorder/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/wf-recorder/default.nix b/pkgs/applications/video/wf-recorder/default.nix
index 49ec13de531..0b16c478aeb 100644
--- a/pkgs/applications/video/wf-recorder/default.nix
+++ b/pkgs/applications/video/wf-recorder/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
     inherit (src.meta) homepage;
     changelog = "https://github.com/ammen99/wf-recorder/releases/tag/v${version}";
     license = licenses.mit;
-    maintainers = with maintainers; [ ];
+    maintainers = with maintainers; [ yuka ];
     platforms = platforms.linux;
   };
 }