wf-recorder: add myself to maintainers

This commit is contained in:
Yureka 2022-07-28 22:59:50 +02:00
parent 980a829a15
commit 3b9c6d5245

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
inherit (src.meta) homepage;
changelog = "https://github.com/ammen99/wf-recorder/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ yuka ];
platforms = platforms.linux;
};
}