Unverified Commit 485fd701 authored by Amaan Qureshi's avatar Amaan Qureshi
Browse files

vanilla-dmz: add amaanq to maintainers

parent cad0b88e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,6 +70,6 @@ stdenvNoCC.mkDerivation rec {
    description = "Style neutral scalable cursor theme";
    platforms = lib.platforms.all;
    license = lib.licenses.cc-by-sa-30;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ amaanq ];
  };
}