about summary refs log tree commit diff
path: root/nixpkgs
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2020-09-21 11:53:20 +0200
committerAlyssa Ross <hi@alyssa.is>2020-09-29 11:53:46 +0000
commit392f523f4dc80a339ced39db9fa94705e1791ec8 (patch)
tree052a76f3976f7de9a547ac2478fb4f22027aa775 /nixpkgs
parente0e06cdd72ed75c27567744a530453257bcf9c0a (diff)
downloadnixlib-392f523f4dc80a339ced39db9fa94705e1791ec8.tar
nixlib-392f523f4dc80a339ced39db9fa94705e1791ec8.tar.gz
nixlib-392f523f4dc80a339ced39db9fa94705e1791ec8.tar.bz2
nixlib-392f523f4dc80a339ced39db9fa94705e1791ec8.tar.lz
nixlib-392f523f4dc80a339ced39db9fa94705e1791ec8.tar.xz
nixlib-392f523f4dc80a339ced39db9fa94705e1791ec8.tar.zst
nixlib-392f523f4dc80a339ced39db9fa94705e1791ec8.zip
thunderbird.meta.maintainers: add myself
I've been keeping an eye on it anyway, and the current meta.maintainers
don't seem to be active around thunderbird.

(cherry picked from commit d33267c6399d69709804c137b95773e710b50ed8)
Diffstat (limited to 'nixpkgs')
-rw-r--r--nixpkgs/pkgs/applications/networking/mailreaders/thunderbird/68.nix1
-rw-r--r--nixpkgs/pkgs/applications/networking/mailreaders/thunderbird/default.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/networking/mailreaders/thunderbird/68.nix b/nixpkgs/pkgs/applications/networking/mailreaders/thunderbird/68.nix
index 05e492417433..bc7e2180850a 100644
--- a/nixpkgs/pkgs/applications/networking/mailreaders/thunderbird/68.nix
+++ b/nixpkgs/pkgs/applications/networking/mailreaders/thunderbird/68.nix
@@ -333,6 +333,7 @@ stdenv.mkDerivation rec {
       eelco
       lovesegfault
       pierron
+      vcunat
     ];
     platforms = platforms.linux;
     license = licenses.mpl20;
diff --git a/nixpkgs/pkgs/applications/networking/mailreaders/thunderbird/default.nix b/nixpkgs/pkgs/applications/networking/mailreaders/thunderbird/default.nix
index aecc8379dd48..c747bdef1d0d 100644
--- a/nixpkgs/pkgs/applications/networking/mailreaders/thunderbird/default.nix
+++ b/nixpkgs/pkgs/applications/networking/mailreaders/thunderbird/default.nix
@@ -334,6 +334,7 @@ stdenv.mkDerivation rec {
       eelco
       lovesegfault
       pierron
+      vcunat
     ];
     platforms = platforms.linux;
     license = licenses.mpl20;