Unverified Commit f0f3420a authored by Ephemeral's avatar Ephemeral
Browse files

waybar-lyric: add myself as maintainer

I'm the upstream maintainer of this package. I want to maintain this
package as some build features are missing.
parent da3c41b6
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -34,7 +34,10 @@ buildGoModule (finalAttrs: {
    homepage = "https://github.com/Nadim147c/waybar-lyric";
    license = lib.licenses.agpl3Only;
    mainProgram = "waybar-lyric";
    maintainers = with lib.maintainers; [ vanadium5000 ];
    maintainers = with lib.maintainers; [
      Nadim147c
      vanadium5000
    ];
    platforms = lib.platforms.linux;
  };
})