summary refs log tree commit diff
path: root/pkgs/data/themes/yaru/default.nix
diff options
context:
space:
mode:
authorMaxine Aubrey <maxeaubrey@gmail.com>2023-09-12 17:21:05 +0200
committerMaxine Aubrey <maxeaubrey@gmail.com>2023-09-12 17:21:05 +0200
commit9204ded9bd5d64ccff9341c6f9eb4407ed6f1c01 (patch)
tree5b1fc5f7a118c7646928ceb2d5fadb5ca78d570c /pkgs/data/themes/yaru/default.nix
parentdc194ec7950463c8e3ed5237236ff40d48e9df81 (diff)
downloadnixpkgs-9204ded9bd5d64ccff9341c6f9eb4407ed6f1c01.tar
nixpkgs-9204ded9bd5d64ccff9341c6f9eb4407ed6f1c01.tar.gz
nixpkgs-9204ded9bd5d64ccff9341c6f9eb4407ed6f1c01.tar.bz2
nixpkgs-9204ded9bd5d64ccff9341c6f9eb4407ed6f1c01.tar.lz
nixpkgs-9204ded9bd5d64ccff9341c6f9eb4407ed6f1c01.tar.xz
nixpkgs-9204ded9bd5d64ccff9341c6f9eb4407ed6f1c01.tar.zst
nixpkgs-9204ded9bd5d64ccff9341c6f9eb4407ed6f1c01.zip
maintainers: maxeaubrey → amaxine
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 b4e50252fe5..b72bcd6c7c3 100644
--- a/pkgs/data/themes/yaru/default.nix
+++ b/pkgs/data/themes/yaru/default.nix
@@ -39,6 +39,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 maxeaubrey ];
+    maintainers = with maintainers; [ fortuneteller2k amaxine ];
   };
 }