wofi: changed maintainer after @erictapen request

This commit is contained in:
Elyhaka
2020-03-29 00:23:49 +01:00
committed by Milan
parent df2984dbf9
commit c2600f0424
+1 -1
View File
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "A launcher/menu program for wlroots based wayland compositors such as sway";
homepage = "https://hg.sr.ht/~scoopta/wofi";
license = licenses.gpl3;
maintainers = with maintainers; [ erictapen ];
maintainers = with maintainers; [ elyhaka ];
platforms = with platforms; linux;
};
}