about summary refs log tree commit diff
path: root/pkgs/applications/video/vlc
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2022-01-03 10:27:13 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2022-01-03 10:34:43 -0300
commitd218e587d3df81f85c340d8a92a84c3738f79c83 (patch)
tree1225745b298ea8a50bc4a8ac6ef3b083d0aa7b74 /pkgs/applications/video/vlc
parent2f1a2e2e5722ae25d354ea4080aabc30ad67160b (diff)
vlc: add myself as maintainer
Diffstat (limited to 'pkgs/applications/video/vlc')
-rw-r--r--pkgs/applications/video/vlc/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/video/vlc/default.nix b/pkgs/applications/video/vlc/default.nix
index d3d853ba87dee..7706c425f2bc4 100644
--- a/pkgs/applications/video/vlc/default.nix
+++ b/pkgs/applications/video/vlc/default.nix
@@ -233,6 +233,7 @@ stdenv.mkDerivation rec {
     description = "Cross-platform media player and streaming server";
     homepage = "http://www.videolan.org/vlc/";
     license = licenses.lgpl21Plus;
+    maintainers = with maintainers; [ AndersonTorres ];
     platforms = platforms.linux;
   };
 }