summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-07-19 00:05:46 +0000
committerGitHub <noreply@github.com>2021-07-19 00:05:46 +0000
commit7443e787f65c79d114a7cdeabb8e44f54e40abaa (patch)
tree26428a5695a1c061d0abe39a72c0665a6a4454e6 /pkgs/data
parentc2b276292a38b8a038a606a6f37a9cba0dc5cf25 (diff)
parent3cabedec11f9100fe126dbe7d9e49f94e7c66af1 (diff)
downloadnixpkgs-7443e787f65c79d114a7cdeabb8e44f54e40abaa.tar
nixpkgs-7443e787f65c79d114a7cdeabb8e44f54e40abaa.tar.gz
nixpkgs-7443e787f65c79d114a7cdeabb8e44f54e40abaa.tar.bz2
nixpkgs-7443e787f65c79d114a7cdeabb8e44f54e40abaa.tar.lz
nixpkgs-7443e787f65c79d114a7cdeabb8e44f54e40abaa.tar.xz
nixpkgs-7443e787f65c79d114a7cdeabb8e44f54e40abaa.tar.zst
nixpkgs-7443e787f65c79d114a7cdeabb8e44f54e40abaa.zip
Merge master into haskell-updates
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/themes/yaru/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/themes/yaru/default.nix b/pkgs/data/themes/yaru/default.nix
index b37a921bbab..40cfaee17df 100644
--- a/pkgs/data/themes/yaru/default.nix
+++ b/pkgs/data/themes/yaru/default.nix
@@ -42,6 +42,6 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/ubuntu/yaru";
     license = with licenses; [ cc-by-sa-40 gpl3Plus lgpl21Only lgpl3Only ];
     platforms = platforms.linux;
-    maintainers = with maintainers; [ fortuneteller2k ];
+    maintainers = with maintainers; [ fortuneteller2k maxeaubrey ];
   };
 }