Unverified Commit 79ed655a authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

goverlay: remove kira-bruneau as maintainer (#351523)

parents 86e78d3d e1e94696
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ in stdenv.mkDerivation rec {
    description = "Opensource project that aims to create a Graphical UI to help manage Linux overlays";
    homepage = "https://github.com/benjamimgois/goverlay";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ kira-bruneau ];
    maintainers = with maintainers; [ ];
    platforms = platforms.linux;
    mainProgram = "goverlay";
  };