redmine: mark as broken

https://github.com/NixOS/nixpkgs/issues/18856

+3
+3
pkgs/applications/version-management/redmine/default.nix
··· 67 67 platforms = platforms.linux; 68 68 maintainers = [ maintainers.garbas ]; 69 69 license = licenses.gpl2; 70 + # Marked as broken due to needing an update for security issues. 71 + # See: https://github.com/NixOS/nixpkgs/issues/18856 72 + broken = true; 70 73 }; 71 74 }