summary refs log tree commit diff
path: root/pkgs/data/themes/yaru/default.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-06-12 23:13:40 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-06-12 23:13:40 +0200
commit10f85360c6df79697e32da02ca390113d3004745 (patch)
tree2b8e9ce66682a748cce5a7122eac37b67dbcc8f8 /pkgs/data/themes/yaru/default.nix
parent38a0226d57cfbbedbcf813ef9c29049f525c78aa (diff)
downloadnixpkgs-10f85360c6df79697e32da02ca390113d3004745.tar
nixpkgs-10f85360c6df79697e32da02ca390113d3004745.tar.gz
nixpkgs-10f85360c6df79697e32da02ca390113d3004745.tar.bz2
nixpkgs-10f85360c6df79697e32da02ca390113d3004745.tar.lz
nixpkgs-10f85360c6df79697e32da02ca390113d3004745.tar.xz
nixpkgs-10f85360c6df79697e32da02ca390113d3004745.tar.zst
nixpkgs-10f85360c6df79697e32da02ca390113d3004745.zip
maintainers: remove jD91mZM2
Thank you for every single commit to NixOS and nixpkgs.
https://github.com/NixOS/nixpkgs/commits?author=jD91mZM2

https://www.redox-os.org/news/open-source-mental-health/
Diffstat (limited to 'pkgs/data/themes/yaru/default.nix')
-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 c2f449e9f20..c158ec3f5a9 100644
--- a/pkgs/data/themes/yaru/default.nix
+++ b/pkgs/data/themes/yaru/default.nix
@@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/ubuntu/yaru";
     license = with licenses; [ cc-by-sa-40 gpl3Plus lgpl21Only lgpl3Only ];
     platforms = platforms.linux;
-    maintainers = [ maintainers.jD91mZM2 ];
+    maintainers = with maintainers; [ ];
   };
 }