We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41dea55 commit e1e9469Copy full SHA for e1e9469
pkgs/tools/graphics/goverlay/default.nix
@@ -111,7 +111,7 @@ in stdenv.mkDerivation rec {
111
description = "Opensource project that aims to create a Graphical UI to help manage Linux overlays";
112
homepage = "https://github.com/benjamimgois/goverlay";
113
license = licenses.gpl3Plus;
114
- maintainers = with maintainers; [ kira-bruneau ];
+ maintainers = with maintainers; [ ];
115
platforms = platforms.linux;
116
mainProgram = "goverlay";
117
};
0 commit comments