about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2020-09-21 11:53:20 +0200
committerVladimír Čunát <v@cunat.cz>2020-09-21 17:31:26 +0200
commitd33267c6399d69709804c137b95773e710b50ed8 (patch)
treea1af698a95c134f59e45a54df8840977b1419fe9
parent114202e369150a0d202103bcb6c92b21058d3db8 (diff)
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.
-rw-r--r--pkgs/applications/networking/mailreaders/thunderbird/68.nix1
-rw-r--r--pkgs/applications/networking/mailreaders/thunderbird/default.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/mailreaders/thunderbird/68.nix b/pkgs/applications/networking/mailreaders/thunderbird/68.nix
index fef707b729321..707b35dd49958 100644
--- a/pkgs/applications/networking/mailreaders/thunderbird/68.nix
+++ b/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/pkgs/applications/networking/mailreaders/thunderbird/default.nix b/pkgs/applications/networking/mailreaders/thunderbird/default.nix
index 4f122cde02dcf..06bfd92f5fb26 100644
--- a/pkgs/applications/networking/mailreaders/thunderbird/default.nix
+++ b/pkgs/applications/networking/mailreaders/thunderbird/default.nix
@@ -335,6 +335,7 @@ stdenv.mkDerivation rec {
       eelco
       lovesegfault
       pierron
+      vcunat
     ];
     platforms = platforms.linux;
     license = licenses.mpl20;