summary refs log tree commit diff
path: root/pkgs/applications/video/shotcut/default.nix
diff options
context:
space:
mode:
authorFrank Doepper <github@woffs.de>2018-04-26 21:42:22 +0200
committerFrank Doepper <github@woffs.de>2018-04-26 21:42:22 +0200
commitc12caf34d256cd717107bde2f5160ec773a15605 (patch)
treed27d3ec1cb640841dc9fea8779255e5cb890ee20 /pkgs/applications/video/shotcut/default.nix
parent489b0a5f47a6bbf0397111ea0ba222b3b4cdeb6d (diff)
downloadnixpkgs-c12caf34d256cd717107bde2f5160ec773a15605.tar
nixpkgs-c12caf34d256cd717107bde2f5160ec773a15605.tar.gz
nixpkgs-c12caf34d256cd717107bde2f5160ec773a15605.tar.bz2
nixpkgs-c12caf34d256cd717107bde2f5160ec773a15605.tar.lz
nixpkgs-c12caf34d256cd717107bde2f5160ec773a15605.tar.xz
nixpkgs-c12caf34d256cd717107bde2f5160ec773a15605.tar.zst
nixpkgs-c12caf34d256cd717107bde2f5160ec773a15605.zip
shotcut: add myself as maintainer
Diffstat (limited to 'pkgs/applications/video/shotcut/default.nix')
-rw-r--r--pkgs/applications/video/shotcut/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/shotcut/default.nix b/pkgs/applications/video/shotcut/default.nix
index 59c1463577e..0a786312214 100644
--- a/pkgs/applications/video/shotcut/default.nix
+++ b/pkgs/applications/video/shotcut/default.nix
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
     '';
     homepage = https://shotcut.org;
     license = licenses.gpl3;
-    maintainers = [ maintainers.goibhniu ];
+    maintainers = with maintainers; [ goibhniu woffs ];
     platforms = platforms.linux;
   };
 }