warp: add foo-dogsquared to maintainers

This commit is contained in:
Gabriel Arazas 2023-02-05 10:34:15 +08:00
parent d28365ee20
commit 9042ba5f7e

View file

@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
description = "Fast and secure file transfer";
homepage = "https://apps.gnome.org/app/app.drey.Warp";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ dotlambda ];
maintainers = with lib.maintainers; [ dotlambda foo-dogsquared ];
platforms = lib.platforms.linux;
};
}