diff --git a/pkgs/by-name/li/librewolf-bin/package.nix b/pkgs/by-name/li/librewolf-bin/package.nix index d6b0960df7c6a..ef7e888bbf7d8 100644 --- a/pkgs/by-name/li/librewolf-bin/package.nix +++ b/pkgs/by-name/li/librewolf-bin/package.nix @@ -27,7 +27,7 @@ appimageTools.wrapType2 { description = "Fork of Firefox, focused on privacy, security and freedom (upstream AppImage release)"; homepage = "https://librewolf.net"; license = lib.licenses.mpl20; - maintainers = with lib.maintainers; [ ]; + maintainers = with lib.maintainers; [ dwrege ]; platforms = [ "x86_64-linux" ]; mainProgram = "librewolf"; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];